Issue: When using mysql in centos and System got rebooted or restarted for some reason this issue arise.
Solution:
Just give the following command
Solution:
Just give the following command
mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.old
service mysqld start
Comments
Post a Comment