miércoles, 17 de febrero de 2016

SQL Error(2013) Lost Connection: reading initial communication packet

SQL Error(2013) Lost Connection: reading initial communication packet

lost connection to mysql server at reading initial communication packet system error 0

My solution was to change the "bind-address" IP in the MySQL config file "/etc/mysql/my.cnf". It was set to the local IP of the server instead of "127.0.0.1" :-)

# bind-address            = 127.0.0.1
bind-address            = 162.243.235.246

Mi solución fue cambiar el "bind-address" IP en el fichero de configuración de MySQL "/etc/mysql/my.cnf". Se establece en la IP local del servidor en lugar de "127.0.0.1" :-)

# bind-address            = 127.0.0.1
bind-address            = 162.243.235.246


http://www.heidisql.com/forum.php?t=10835

http://www.bramschoenmakers.nl/en/node/595.html

No hay comentarios.:

Publicar un comentario