My SQL ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (2) October 27, 2018 Pramod T P Leave a comment Looks like mysqld is not started . Run the following command to fix the issue. service mysqld start