Skip to content

Instantly share code, notes, and snippets.

@accrane
Created January 5, 2022 14:19
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 accrane/a2756056f9dab8ccff13cb5ebf706307 to your computer and use it in GitHub Desktop.
Save accrane/a2756056f9dab8ccff13cb5ebf706307 to your computer and use it in GitHub Desktop.
command line import
/applications/MAMP/library/bin/mysql -u [USERNAME] -p [DATABASE_NAME] < [PATH_TO_SQL_FILE]
Example:
/applications/MAMP/library/bin/mysql -u root -p wordpress_db < /Applications/MAMP/htdocs/mydatabase.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment