MyBB Community Forums

Full Version: MySQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
After moving hosting, I imported the database and am getting this.

Quote:MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'princess_forums.forums_users' doesn't exist
Query:
SELECT u.*, f.* FROM forums_users u LEFT JOIN forums_userfields f ON (f.ufid=u.uid) WHERE u.uid='1' LIMIT 1
I have changed the config.php file (changed the database from "forums" to "princes_forums", and changed the user and password from the old details to the new details).

http://www.princess-garnet.com/forums
I think its host problem ! Whose your host? I think they maybe eplacing something yesterday it happened to me contact ur host fast ! Smile
I solved it. It was an incomplete database backup. For whatever reason, phpMyAdmin only dumped less than half, but the built in MyBB backup backed the whole thing up.

I had two problems doing the hosting switch, and both were simple oversights.