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

6ヶ月前 に Knowgate によって更新されました。 Youngling 投稿: 13 参加年月日: 14/07/30 最新の投稿
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