Skip to content

Instantly share code, notes, and snippets.

@designhash
Created July 26, 2017 06:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save designhash/e066a316a26c2874f7d628a822444c72 to your computer and use it in GitHub Desktop.
Save designhash/e066a316a26c2874f7d628a822444c72 to your computer and use it in GitHub Desktop.
How to fix: MySQL not starting on MAMP (Pro)
To fix this, go to MAMP, File > Edit Template > MySQL > [version] and add the line highlighted below.
# The MySQL server
[mysqld]
innodb_force_recovery = 1
The restart the server. After this you can comment out that line. Hopefully you will now be able to run the server again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment