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.