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

Knowgate, modifié il y a 6 mois. Youngling Publications: 13 Date d'inscription: 30/07/14 Publications récentes
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