2011-06-06, 08:41 PM
2011-06-06, 08:43 PM
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
2011-06-06, 08:43 PM
You either didn't export all tables or the table prefix is wrong.
[EDIT]
faviouz was first
[EDIT]
faviouz was first
2011-06-06, 08:43 PM
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
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
2011-06-06, 08:47 PM
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:50 PM
(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.
2011-06-06, 08:50 PM
From phpmyadmin ?
2011-06-06, 08:50 PM
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.
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.
2011-06-06, 08:51 PM
yea it was mybb_ thanks yall reps comming