My Mysql server on MAMP won\'t start. This is the error:
161224 00:15:00 mysqld_safe Logging to \'/Applications/MAMP/logs/mysql_error_log.err\'. 16
My MAMPs MySQL stopped working after a power failure, this worked for me:
Stop servers from terminal
Create my.cnf file in /Applications/MAMP/conf with the following:
[mysqld]
innodb_force_recovery = 1
Start MySQL from same terminal window.
Stop MySQL once it has recovered (Check the log in /Applications/MAMP/logs/mysql_error_log.err).
Remove the lines from my.cnf, save and start the servers as usual from the MAMP app.