Skip to content

Instantly share code, notes, and snippets.

@boscomonkey
Created October 29, 2010 01:14
Show Gist options
  • Save boscomonkey/652691 to your computer and use it in GitHub Desktop.
Save boscomonkey/652691 to your computer and use it in GitHub Desktop.
install MySQL gem on Mac OSX
export ARCHFLAGS="-arch x86_64"
gem install mysql \
-- \
--with-mysql-dir=/usr/local/mysql \
--with-mysql-config=/usr/local/mysql/bin/mysql_config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment