MyBB Community Forums

Full Version: MyBB SQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone, I have changed my database password for mybb Account and now i have this problem from my forum

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1045 - Access denied for user 'keenbizt_mybb585'@'localhost' (using password: YES)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support.



How to fix ths?


~/inc/config.php file consists of database configuration settings.
your forum's database password needs to be changed in it.

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

more details : config.php
(2017-05-17, 05:37 PM).m. Wrote: [ -> ]~/inc/config.php file consists of database configuration settings.
your forum's database password needs to be changed in it.

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

more details : config.php
Thank you!