MyBB Community Forums

Full Version: sql error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I'm moving hosts
I've uploaded all my data and add the database
I've just changed my forums name servers over
I have a different user name on the new host
and am getting the error message below
Question: what do I fix it? i.e. what file do I edit?

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1045 - Access denied for user 'auctio17_admin'@'localhost' (using password: YES)
Query:
[READ] Unable to connect to MySQL server
Please contact the MyBB Group for support.


Many thanks for any help.
In inc/config.php find:

$config['database']['username'] = 'username';
$config['database']['password'] = 'password';

And update your username and password.
(2010-04-29, 01:15 PM)AJS Wrote: [ -> ]In inc/config.php find:

$config['database']['username'] = 'username';
$config['database']['password'] = 'password';

And update your username and password.


Hi AJS
Many thanks problem sorted!