-
Import large database files to MySQL using Terminal with MAMP
/Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot DBNAME < /Users/robertannett/Downloads/DBFILENAME.sql
/Applications/MAMP/Library/bin/mysql –host=localhost -uroot -proot DBNAME < /Users/robertannett/Downloads/DBFILENAME.sql