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

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

    Just run mysqld (don't run as root) from your terminal. Your mysql server will restart and reset everything like shown in the picture below:

    And use a command like so:

    mysql -u root -h 127.0.0.1
    

提交回复
热议问题