Quantcast
Channel: daemon – MondoUnix
Viewing all articles
Browse latest Browse all 10

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

$
0
0

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