ERROR! MySQL manager or server PID file could not be found! QNAP

前端 未结 18 1384
慢半拍i
慢半拍i 2020-12-07 16:38

I am having an issue where MySQL isn\'t starting on my QNAP NAS.

I found this first by not being able to log in through phpMyAdmin - was getting error:



        
18条回答
  •  无人及你
    2020-12-07 17:05

    root@host [~]# service mysql restart
    MySQL server PID file could not be found! [FAILED]
    Starting MySQL.The server quit without updating PID file (/[FAILED]mysql/host.pxx.com.pid).
    
    root@host [~]# vim /etc/my.cnf
    Add Line in my.cnf its working know
    innodb_file_per_table=1
    innodb_force_recovery = 1
    

    Result

    root@host [~]# service mysql restart
    MySQL server PID file could not be found! [FAILED]
    Starting MySQL……….. [ OK ]
    root@host [~]# service mysql restart
    Shutting down MySQL…. [ OK ]
    Starting MySQL. [ OK ]
    

    Source

提交回复
热议问题