Skip to content

Instantly share code, notes, and snippets.

@davejlong
Created February 1, 2011 15:06
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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