MyBB Community Forums

Full Version: Database Prefix
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i modify the prefix of my tables ? Now is myBB . I know that i must modify in /inc/config,php but i dont know how can i change in phpmyadmin the prefix
Select the table -> Operations -> Rename table to ...

The corresponding MySQL command is RENAME TABLE
It is in the "Operations" tab: "Options for this table".

( Hope these are right i am translating from my french interface... Wink )
And how can rename all tables
If you do not have the patience to do it 68 times, then create a script that will do this for you with all the tables.

I believe the script creation will take more time than just pasting the new prefix 68 times... Wink