Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 4, 2017 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/91897a0843e3b8395187c1215bd80afa to your computer and use it in GitHub Desktop.
Save billerickson/91897a0843e3b8395187c1215bd80afa to your computer and use it in GitHub Desktop.
Import a local sql file using MAMP
/Applications/MAMP/Library/bin/mysql --host=localhost -uroot -proot
>mysql use DATABASE_NAME;
>mysql source /Users/billerickson/Downloads/mysql.sql;
>mysql exit;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment