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

Leave a comment

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