XAMPP - MySQL shutdown unexpectedly

前端 未结 30 1718
长情又很酷
长情又很酷 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:20

    Add the following line below the [mysqld] section in the mysql config file (my.ini) and restart the apache web server and the mysql service afterwards.

    [mysqld]
    innodb_force_recovery = 4
    

提交回复
热议问题