Skip to content

Instantly share code, notes, and snippets.

@pengwynn
Created April 18, 2010 23:34
Show Gist options
  • Save pengwynn/370615 to your computer and use it in GitHub Desktop.
Save pengwynn/370615 to your computer and use it in GitHub Desktop.
# with homebrew
mysql_install_db # set it up
cd /usr/local/Cellar/mysql/5.1.41 ; /usr/local/Cellar/mysql/5.1.41/bin/mysqld_safe & # start it
sudo gem uninstall mysql
# specify ARCHFLAGS and homebrew mysql_config location
sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/Cellar/mysql/5.1.41/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment