Show table gives - ERROR 2002 (HY000): Can't connect to local MySQL server through socket
Posted
by
arn
on Server Fault
See other posts from Server Fault
or by arn
Published on 2012-06-04T04:08:52Z
Indexed on
2012/06/04
4:42 UTC
Read the original article
Hit count: 462
mysql
I am having the InnodB tables and show tables gives following error ?
mysql (mydb) > show tables;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
Connection id: 1
Current database: mydb
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect...
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock1' (111)
ERROR:
Can't connect to the server
© Server Fault or respective owner