ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2 “No such file or directory”)

はじめに

以下のようなエラーが発生する事がある

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2 "No such file or directory")

 

原因

mysqlが立ち上がっていない事が多い。

CentOS7の場合は起動する

systemctl start mysql