MyBB Community Forums

Full Version: Database Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I did database restore and changed user, password and database name on inc/config.php .
But it show me error :
SQL Error:
1146 - Table 'm****_b****.datacache' doesn't exist
Query:
SELECT title,cache FROM datacache

I think maybe it's a mistake into config.php ,because when i had to write database prefix, but my forum doesn;t have a prefix,
so there i leaved blank, like this : $config['database']['table_prefix'] = ' ';

please help me ...
What was the prefix before you modified inc/config.php? It should be still the same if you restored database.
SQL Error:
1146 - Table 'mine_ar***4.mine_bzzidatacache' doesn't exist
Query:
SELECT title,cache FROM mine_bzzidatacache

Now this error it's showing !
You can PM me a temporary DB access to check the correct prefix.