MyBB Community Forums

Full Version: getting error message
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
I'm getting the below message

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

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


Many thanks for any help!
Regards
Len
I think the wiki can help you:

http://wiki.mybboard.net/index.php/Help:...SQL_Errors

Quote:Database: MySQL
SQL Error: 1045 - Access denied for user 'USERNAME'@'HOSTNAME' (using password: YES)
Query: [READ] Unable to connect to MySQL server
Information: This occurs when you are using MySQL and the database password is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['password']. If you do not know what needs to be here, contact your host provider.
(2009-11-08, 03:23 PM)RateU Wrote: [ -> ]I think the wiki can help you:

http://wiki.mybboard.net/index.php/Help:...SQL_Errors

Quote:Database: MySQL
SQL Error: 1045 - Access denied for user 'USERNAME'@'HOSTNAME' (using password: YES)
Query: [READ] Unable to connect to MySQL server
Information: This occurs when you are using MySQL and the database password is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['password']. If you do not know what needs to be here, contact your host provider.


Hi
Many thanks for your help
I'll have a look and see if I can find anything
Best Regards
Len
Hi RateU
Yep password not correct!
All sorted now.

Many thanks for your help!