MAMP – Run MySQL commands in Terminal

The MySQL commands such as mysqldump can be found in

  • /Applications/MAMP/Library/bin/


 

so if you want to log in to MySQL shell, you can

  • /Applications/MAMP/Library/bin/mysql -u root -p

 

Done =)

Reference: ASchroder.com – How to use the MAMP Mysql command line client in a terminal

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.