MyBB Community Forums

Full Version: Changeing
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok so i have forums with MYBB and i have it at one place and i would like to move it so i put the files in the new domain and i get an error its


MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1130 - Host '10.1.1.43' is not allowed to connect to this MySQL server
Query:
[READ] Unable to connect to MySQL server

Please contact the MyBB Group for support.

I know i have to change my sql data and stuff how do i do this?
Go to mysql database wizard>Add a new user.

Go to your file manager>.inc/config.php>Replace your old MYSQL user details with the new ones.

If you are not provided with a hostname after you add a new user then in the config.php file replace the hostname to localhost.
Make sure you updated inc/config.php to match your new sql database details.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/a7034405/public_html/forums/inc/config.php on line 12
Line 12 is $config['database']['table_prefix'] = 'mybb_';
what should i change that to?

Does that mean i cant switch it O.O

Ok I fixed that now i get this error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'a7034405_forums.mybb_datacache' doesn't exist
Query:
SELECT title,cache FROM mybb_datacache
Did you import your database to the new host?
How? I Dont have unlimated access to everyhing on the old forums
(2012-08-21, 03:27 AM)Lukario45 Wrote: [ -> ]How? I Dont have unlimated access to everyhing on the old forums

You did import the new database last night, It's when you go to PHPMyAdmin and import the backup from ACP.