MyBB Community Forums

Full Version: I have an error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I changed my password for my FTP for my website by going on my hosts website and changing it.
I now have this error:

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

SOLVED by host.
check for correct database details in ~/inc/config.php file
$config['database']['type'] = '____________';
$config['database']['database'] = '____________';
$config['database']['table_prefix'] = '____________';

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

may be password is also changed for database along with the ftp password !