Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created May 10, 2013 23:49
Show Gist options
  • Save tsabat/5558289 to your computer and use it in GitHub Desktop.
Save tsabat/5558289 to your computer and use it in GitHub Desktop.

Be sure you're running the homebrew version of mysql:

ps aux | grep mysql

The homebrew stuff will be in a Cellar directory.

edit /etc/my.cnf, adding:

[mysqld]
#
# * Basic Settings
#·
innodb_buffer_pool_size = 4G

Figure out how to restart mysql through homebrew.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment