Quantcast
Viewing all articles
Browse latest Browse all 10

Mysql : Soluzione errore “Another MySQL daemon already running with the same unix socket”

Se all'avvio del servizio mysql server si ottiene il seguente errore ...

Another MySQL daemon already running with the same unix socket

... eseguire i seguenti comandi:

mondounix.com # mv /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock.bak
 
mondounix.com # service mysqld start

(764)


Viewing all articles
Browse latest Browse all 10

Trending Articles