MySQL Daemon Failed to Start - centos 6

前端 未结 16 2119
一整个雨季
一整个雨季 2020-12-14 02:44

EDIT: Look at the checkmarked answer comments to get your issue solved.

Whenever I try to start the SQLD service I get MySQL Daemon Failed to Start. I infact tried

16条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 03:17

    1. /etc/init.d/mysql stop
    2. chown -R mysql:mysql /var/lib/mysql
    3. mysql_install_db
    4. /etc/init.d/mysql start

    All this rescued my MySQL server!

提交回复
热议问题