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

后端 未结 14 1300
失恋的感觉
失恋的感觉 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:22

    First run

    mysqld -u root --initialize-insecure 
    

    It will create data folder with root as user without password. Then run

    mysqld.exe -u root --console
    

提交回复
热议问题