Another MySQL daemon already running with the same unix socket - Foro Support - Manuales tecnicos

Announcement

Collapse
No announcement yet.

Another MySQL daemon already running with the same unix socket

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Another MySQL daemon already running with the same unix socket

    Another MySQL daemon already running with the same unix socket



    Al intentar reiniciar MySQL , es posible que muestre el siguiente error :

    "Another MySQL daemon already running with the same unix socket."
    esto se soluciona con el siguiente comando :

    rm $(grep socket /etc/my.cnf | cut -d= -f2) && service mysqld start
    Este comando solicitará confirmacion de eliminacion, responder Y , de yes
Working...
X