Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 13 Years, 7 Months, 1 Week ago Just reinstalled
#1
Solved: 13 Years, 7 Months, 1 Week ago
I just reinstalled my server and uploaded the database now im gettin this error

[Image: screenshotbwd.png]

Uploaded with ImageShack.us
#2
Solved: 13 Years, 7 Months, 1 Week ago
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
#3
Solved: 13 Years, 7 Months, 1 Week ago
You either didn't export all tables or the table prefix is wrong.

[EDIT]
faviouz was first Smile
#4
Solved: 13 Years, 7 Months, 1 Week ago
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
#5
Solved: 13 Years, 7 Months, 1 Week ago
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
#6
Solved: 13 Years, 7 Months, 1 Week ago
(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.
#7
Solved: 13 Years, 7 Months, 1 Week ago
From phpmyadmin ?
#8
Solved: 13 Years, 7 Months, 1 Week ago
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.
#9
Solved: 13 Years, 7 Months, 1 Week ago
yea it was mybb_ thanks yall reps comming


Forum Jump:


Users browsing this thread: 1 Guest(s)