So i was changing host to here, Changed database information on mybb files but…
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1146 - Table ‘epiz_23925961_foorum.mybb_datacache’ doesn’t exist
Query:
SELECT title,cache FROM mybb_datacache
Please contact the MyBB Group for technical support.
What is database table prefix?
My website is http://gamingvexed.epizy.com/foorum/
And mybb says:
MySQL Error 1146
Database: MySQL
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.