MyBB Community Forums

Full Version: Can't open site
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When trying to enter http://www.silveradoforums.com/index.php.  get this message:

MyBB has experienced an internal SQL error and cannot continue.
SQL Error:1045 - Access denied for user 'afrothun_bobby'@'localhost' (using password: YES)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support.
i think your sql database has been corrupted or deleted check you database there is an error with your sql database
there is a problem with connection to your database.
ensure that database details are correct in ~/inc/config.php file
$config['database']['type'] = 'mysqli';
$config['database']['database'] = '___________';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = '___________';
$config['database']['password'] = '___________';
if you are unable to fix the issue then contact your web host for support