Skip to content

Instantly share code, notes, and snippets.

@aarthiathi
Created April 18, 2017 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarthiathi/0b8e6d8f60829372dfb7b0d7b508f64f to your computer and use it in GitHub Desktop.
Save aarthiathi/0b8e6d8f60829372dfb7b0d7b508f64f to your computer and use it in GitHub Desktop.
Using MySQL command line with MAMP
Using MySQL command line with MAMP
To use the MySQL command line with MAMP or MAMP PRO, perform the following steps:
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