slurpage



How to connect to MAMP MySQL Database using Terminal

Sourced from Using MySQL Command Line with MAMP 1. Start your MAMP server 2. Open terminal and enter this: 
/Applications/MAMP/Library/bin/mysql —host=localhost -uroot -proot

Posted via email from adlatitude | Comment »