MyBB Community Forums

Full Version: Error 2013
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
2013 - Lost connection to MySQL server at 'reading initial communication packet', system error: 111

I got this on my site, doing no edits. How could I fix it?
Demo: goxema.com
Contact your host, the MySQL server is having problems.
This is probably an issue with your host. You could try to switch the database server value in inc/config.php between ip address and hostname. It's most probably 'localhost' or '127.0.0.1'.

If it was an ip address, try to change to
$config['database']['hostname'] = 'localhost';

If it was a domain name, try to change to:
$config['database']['hostname'] = '127.0.0.1';

If nothing works, you should contact your host.
Oh, it solved itself!