MyBB Community Forums

Full Version: Just reinstalled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just reinstalled my server and uploaded the database now im gettin this error

[Image: screenshotbwd.png]

Uploaded with ImageShack.us
Quote:This occurs when you are using MySQL and the database table prefix is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['table_prefix']. If you do not know what needs to be here, contact your host provider.

http://wiki.mybb.com/index.php/Help:Comm...r_Messages
You either didn't export all tables or the table prefix is wrong.

[EDIT]
faviouz was first Smile
SQL Error: 1146 - Table 'forum_mybb14x.test_datacache' doesn't exist
Query: SELECT title,cache FROM test_datacache
Information: This occurs when you are using MySQL and the database table prefix is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['table_prefix']. If you do not know what needs to be here, contact your host provider.

http://wiki.mybb.com/index.php/Help:Comm...r_Messages
i run my own server how do i find the table prefix should it be the same as the database back up because i made a new one
(2011-06-06, 08:47 PM)awww Wrote: [ -> ]i run my own server how do i find the table prefix should it be the same as the database back up because i made a new one

Can you view your tables in phpMyAdmin or similar application? Locate the table "posts" and whatever is front of it, is the prefix. For example: mybb_posts.
From phpmyadmin ?
Yes, the table prefix should be the same as what you had set in the database backup. You need to make sure they both match.

Usually the table prefix is mybb_, but if you used something else during your first installation, that's what you need to use here too.
yea it was mybb_ thanks yall reps comming