MySQL doesn't starts on AMPPS OS X

前端 未结 2 1617
忘了有多久
忘了有多久 2021-02-06 14:06

I have I problem with starting mysql using AMPPS. I\'m Using OS X Maverics and last version of Ammps. After little system crash and restart I can`t start mysql.

mysql.er

2条回答
  •  不思量自难忘°
    2021-02-06 14:32

    Solve!

    1. Open AMPPS Application -> MySQL Tab -> Configuration.

    2. In [mysqld] section, add the following line: innodb_force_recovery = 1

    3. Save the file and try starting MySQL

    4. Remove that line which you just added and Save.

提交回复
热议问题