Skip to content

Instantly share code, notes, and snippets.

@davejlong
Created February 1, 2011 15:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save davejlong/805975 to your computer and use it in GitHub Desktop.
Save davejlong/805975 to your computer and use it in GitHub Desktop.
How to setup the MySQL client and MySQLDump client on Mac OS x from MySQL Workbench
#MySQL Client
ln -s /Application/MySQL\ Workbench.app/Contents/Resources/mysql /usr/bin/mysql
#MySQL Dump
ln -s /Application/MySQL\ Workbench.app/Contents/Resources/mysqldump /usr/bin/mysqldump
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment