Can I remove Multiple installations prefix?
-
Hello. When I first set up my WordPress a long time ago I accidentally created a unique prefix for my databases. It was in answer to this option, which I didn’t really understand at the time –
// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = ‘******’;Subsequently I’ve been slightly annoyed that every table in my WordPress database has a random set of numbers and letters as a prefix. Of course it shouldn’t make any difference, but I’m using a plug-in that tries to identify orphan tables etc. and I’m wondering if having the prefix is making it not recognise some tables?
So my question is, is it possible to remove the prefix from all of the tables without causing any problems? Or is it just too late, or too much messing about?
Many thanks
- The topic ‘Can I remove Multiple installations prefix?’ is closed to new replies.