Q. Software error in MySQL: Another daemon is already running

Knowgate, modificado hace 6 meses. Youngling Mensajes: 13 Fecha de incorporación: 30/7/14 Mensajes recientes
SOLUTION:
  • Go to terminal
             Type the following command:
                   # service mysqld restart
                   # mv /var/lib/mysql/mysql.sock/var/lib/mysql/mysql.sock.bak
                   # yes
                   # service mysqld restart
                   # chkconfig mysqld on