Skip to content

Instantly share code, notes, and snippets.

@invalidusrname
Last active April 3, 2019 20:03
Show Gist options
  • Save invalidusrname/72055 to your computer and use it in GitHub Desktop.
Save invalidusrname/72055 to your computer and use it in GitHub Desktop.
mysql 5 with Rails
# needed to install mysql gem (wasn't bundled in rails 2.2 anymore)
sudo gem install mysql -- --with-mysql-include=/opt/local/include/mysql5/mysql/ --with-mysql-lib=/opt/local/lib/mysql5/mysql/ --with-mysql-config=/opt/local/bin/mysql_config5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment