Posts Tagged ‘symbolic link’

Symbolic link for mysql and mysqldump on a Mac using MAMP

Friday, July 22nd, 2011

If you use MAMP, and want to use terminal, you can NOT by default just type in terminal:

$ mysql ( enter )

You have to create a symlink for it to work:

sudo ln -s /Applications/MAMP/Library/bin/mysql /usr/bin/mysql

sudo ln -s /Applications/MAMP/Library/bin/mysql /usr/bin/mysqldump