MyBB Community Forums

Full Version: MyBB mysql sudden error!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Again and again!!HuhHuh

I just got this error ( see attached).
SadSadSad

Best Regards.
Either your username or password you are using to connect to MySQL isn't correct. Recheck the settings in inc/config.php and change if needed:
$config['database']['username'] = 'username';
$config['database']['password'] = 'password';

If that information is correct, you should contact your hosting provider.
(2011-03-02, 08:48 PM)Aries-Belgium Wrote: [ -> ]Either your username or password you are using to connect to MySQL isn't correct. Recheck the settings in inc/config.php and change if needed:
$config['database']['username'] = 'username';
$config['database']['password'] = 'password';

If that information is correct, you should contact your hosting provider.

The forum is cracked!!! Huh

Contacting the hosting company now

Thanks....

No no no.


You information to the MYSQL database is incorrect. The password of the account that accesses the database is incorrect. Go to ./inc/config.php and change the information so it is correct.
Did you recently change your control panel password? If so, then you need to update the password setting in ./inc/config.php with your new password.