Categories Web Development Import large database files to MySQL using Terminal with MAMP Post author By Robert Post date 19th December 2018 No Comments on 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 Tags MAMP, MySQL, terminal