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
Save the file and try starting MySQL
Remove that line which you just added and Save.
So I was facing a similar issue and what I tried was following:-
find / -name mysql
From the output of above command remove all the search results.Then do following:-
brew uninstall mysql
brew clean
Then reboot your machine once and then install once again using following:-
brew install mysql
P.S: I was getting this error error so I could not take backup of my db but I had not so much important data in DB so I removed it anyways