Skip to content

Instantly share code, notes, and snippets.

@chrisjacob
Forked from shanaver/gem
Created June 10, 2011 00: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 chrisjacob/1018072 to your computer and use it in GitHub Desktop.
Save chrisjacob/1018072 to your computer and use it in GitHub Desktop.
installing the mysql gem on Snow Leopard with MAMP - mileage may vary - verify the locations of your respective files first
gem install mysql -- --with-mysql-config=/Applications/MAMP/Library/bin/mysql_config
OR
bundle config build.mysql --with-mysql-config=/Applications/MAMP/Library/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment