天天看點

MySQL錯誤Another MySQL daemon already running with the same unix socket.

啟動mysql 報錯:

[root@master ~]# /etc/init.d/mysqld start

Socket file /tmp/mysql_slave.sock exists. Is another MySQL daemon already running with the same unix socket?

原因多個Mysql程序使用了同一個socket。

兩個方法解決:

第一個是立即關機 使用指令 shutdown -h now 關機,關機後在啟動,程序就停止了。

第二個直接把mysql.sock檔案改名即可。也可以删除,推薦改名。

然後就可以啟動mysql了。

本文轉自 linuxpp 51CTO部落格,原文連結:http://blog.51cto.com/1439337369/1726531,如需轉載請自行聯系原作者

繼續閱讀