Skip to content

Instantly share code, notes, and snippets.

@mphalliday
Created May 23, 2011 17:52
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 mphalliday/987155 to your computer and use it in GitHub Desktop.
Save mphalliday/987155 to your computer and use it in GitHub Desktop.
MySQL 5.5 Mac OS X - Bash Profile addition
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
@mphalliday
Copy link
Author

sudo install_name_tool -change libmysqlclient.16.dylib \
/usr/local/mysql/lib/libmysqlclient.16.dylib
/usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.2.6/lib/mysql2/mysql2.bundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment