Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) [2002]

ARUN Post in MYSQL
0

Getting the following error on mysql sites and also when trying to access mysql from server

============

Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) [2002]

============

Solution :

vi /etc/my.cnf

skip-innodb

Try to restart mysql and if it dont start then use   killall -9 mysqld

After that restart mysql

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.