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
Solve!
Open AMPPS Application -> MySQL Tab -> Configuration.
In [mysqld] section, add the following line: innodb_force_recovery = 1
[mysqld]
innodb_force_recovery = 1
Save the file and try starting MySQL
Remove that line which you just added and Save.