mysqld: Can't change dir to data. Server doesn't start

后端 未结 14 1272
失恋的感觉
失恋的感觉 2020-12-07 13:16

I installed a MySQL server with installer and it started. After reboot I tried to start it again and get the error:

D:\\Program Files\\MySQL\\MySQL Server 5.         


        
14条回答
  •  囚心锁ツ
    2020-12-07 13:44

    Check your real my.ini file location and set --defaults-file="location" with this command

    mysql --defaults-file="C:\MYSQL\my.ini" -u root -p
    

    This solution is permanently for your cmd Screen.

提交回复
热议问题