Categories
MAMP MySQL

Import large MySQL DataBase into MAMP via Terminal

/applications/MAMP/library/bin/mysql -u USER -p DB_NAME < [.SQL_FILE]

The key is in:

/applications/MAMP/library/bin/mysql

Leave a Reply

Your email address will not be published. Required fields are marked *