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

前端 未结 18 1342
慢半拍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:13

    I was able to solve this on OS X by shutting down the existing mysql.server that was running:

    mysql.server stop
    

    The starting:

    mysql.server start
    

    From there I could run mysql.server restart without throwing the ERROR.

提交回复
热议问题