2013-08-25, 09:26 PM
Hey! I'm transferring my forum from one hosting site to another and I have an SQL error message.
This is the error message:
This is the snipet from my config.php file:
Any ideas?
All help given is much appreciated!
Thanks! ;D!
This is the error message:
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1045 - Access denied for user 'fees0_13653490'@'192.168.0.55' (using password: YES)
Query:
[READ] Unable to connect to MySQL server
This is the snipet from my config.php file:
$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'fees0_13653490_forum';
$config['database']['table_prefix'] = 'mybb_';
$config['database']['hostname'] = 'sql310.0fees.net';
$config['database']['username'] = 'fees0_13653490';
$config['database']['password'] = '******';
Any ideas?
All help given is much appreciated!
Thanks! ;D!