Skip to content

Instantly share code, notes, and snippets.

@aaronsummers
Created October 9, 2019 11:14
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 aaronsummers/13eff8aba60c9f9d91f1116db54d908a to your computer and use it in GitHub Desktop.
Save aaronsummers/13eff8aba60c9f9d91f1116db54d908a to your computer and use it in GitHub Desktop.
Terminal import database into mamp
/Applications/MAMP/Library/bin/mysql -u root -p {DB_NAME} < {PATH/TO/MYSQL/DUMP/FILE.SQL}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment