Another MySQL daemon already running with the same unix socket.

[root@db ~]# service mysqld start
Another MySQL daemon already running with the same unix socket.
Starting mysqld:                                           [FAILED]
[root@db ~]# mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
[root@db ~]# service mysqld start
Starting mysqld:                                           [  OK  ]
[root@db ~]#

Comments

Popular posts from this blog

Redirect apache request to another domain

Black screen after logging in on Windows 2012 R2 using domain credentials on remote desktop connection

Can't use proxy because no authentication schemes are fully configured.