Skip to content

Instantly share code, notes, and snippets.

@dvieregge
Created June 15, 2015 20:58
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 dvieregge/f227537037af580df878 to your computer and use it in GitHub Desktop.
Save dvieregge/f227537037af580df878 to your computer and use it in GitHub Desktop.
Got something in the MAMP/logs/mysql_error.log file along the lines of:
[Note] InnoDB: 5.6.24 started; log sequence number XXXXXXXX
[ERROR] /Applications/MAMP/Library/bin/mysqld: unknown variable 'table_cache=64'
ERROR] Aborting
Try:
1. Start MAMP PRO.
2. Stop the MAMP Server if it is running.
3. Select File -> Edit Template -> MySQL my.cnf
4. goto table_cache=64
5. Comment it out: #table_cache=64
6. Close & save at the prompt
7. Restart MAMP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment