How Do I Fix a mysql "system error: 111" in a hosting service?
Posted
by Ygam
on Server Fault
See other posts from Server Fault
or by Ygam
Published on 2009-09-10T11:22:08Z
Indexed on
2010/03/19
16:01 UTC
Read the original article
Hit count: 212
mysql
Got this error
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
I am currently hosting a site under a subdomain
here is a page accessing the database :
http://payment.ygamtester.co.cc/search/index.html
I have seen a lot of posts about this all pointing to one solution
use ssh to alter a file in the mysql server
obviously you can't do that with a remotely hosted site under a hosting company
© Server Fault or respective owner