MyBB Community Forums

Full Version: MySQL Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I cannot get on to my forum...

Quote:MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:2005 - Unknown MySQL server host 'Robmeister89.db.8946729.hostedresource.com' (0)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for technical support.
looks like database hostname is not correct. check for the correct database details in ~/inc/config.php file
$config['database']['hostname'] = '___________';
$config['database']['username'] = '___________';
$config['database']['password'] = '___________';
Most of the time host is named as localhost inside server and rest according to db. Configure properly and it will be fine.