Skip to content

Instantly share code, notes, and snippets.

@einthusan
Forked from handerson/mysqlfix.sh
Created August 2, 2014 04:48
Show Gist options
  • Save einthusan/d4479ac20aee646aa53f to your computer and use it in GitHub Desktop.
Save einthusan/d4479ac20aee646aa53f to your computer and use it in GitHub Desktop.
#MySQL Client
ln -s /Applications/MySQLWorkbench.app/Contents/Resources/mysql /usr/bin/mysql
#MySQL Dump
ln -s /Applications/MySQLWorkbench.app/Contents/Resources/mysqldump /usr/bin/mysqldump
#How to fix the "Library not loaded: libmysqlclient.18.dylib (LoadError)" error
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment