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

Knowgate,修改在6 个月前。 Youngling 帖子: 13 加入日期: 14/7/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