Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created August 14, 2013 09:51
Show Gist options
  • Save mojaray2k/6229557 to your computer and use it in GitHub Desktop.
Save mojaray2k/6229557 to your computer and use it in GitHub Desktop.
These are the line of code that need to be included on your Mac's .bash_profile in order for mysql to work properly with Ruby on Rails
//Ruby Ron Ral .txt
export DYLD_LIBRARY_PATH="/usr/local/mysql/lib/:$DYLD_LIBRARY_PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment