Created
December 20, 2013 13:33
-
-
Save birchestx/8054789 to your computer and use it in GitHub Desktop.
Importing database via command line with MAMP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/MAMP/Library/bin/mysql -u <user> -p<pwd> <db> < ~/Downloads/db.sql | |
e.g. | |
/Applications/MAMP/Library/bin/mysql -p -u storepickup70 storepickup70 < ~/Webshopapps/csv/tmplog/webshopapps_locations.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment