Thursday, January 9, 2014

Another MySQL daemon already running with the same unix socket in centos

Issue: When using mysql in centos and System got rebooted or restarted for some reason this issue arise.


Solution:

Just give the following command

mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.old
service mysqld start


How to Generate and use the ssh key on Gerrit, github.io, gitlab, and bitbucket.

 Details can be found here -