XAMPP - MySQL shutdown unexpectedly

前端 未结 30 2229
长情又很酷
长情又很酷 2020-11-22 09:42

When I open XAMPP and click start MySQL button and it gives me an error. I had started it just before, but now it isn\'t working.

12:19:12 PM [mysql]

30条回答
  •  借酒劲吻你
    2020-11-22 10:19

    If the answers mentioned above are not working, you can try deleting all the files in data, except for the folder

    Goto: C:\xampp\mysql\data

    After that: Goto: C:\xampp\mysql\bin

    then open with notepad my.ini , Its look like this.

    Then delete or put into comment the port 3306 and change it to 8111 then run xamp with administrator and its work well.

提交回复
热议问题