Skip to content

Instantly share code, notes, and snippets.

@israelb
Created July 31, 2013 15:48
Show Gist options
  • Save israelb/6123212 to your computer and use it in GitHub Desktop.
Save israelb/6123212 to your computer and use it in GitHub Desktop.
Using MySQL command line with MAMP
Start MAMP or MAMP PRO
Start the server
Open Terminal (Applications -> Utilities)
Type in: (one line)

/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment