Skip to content

Instantly share code, notes, and snippets.

@oliveratgithub
Created January 6, 2017 20:42
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save oliveratgithub/3486764d1cc121fc5df8636478e74642 to your computer and use it in GitHub Desktop.
Save oliveratgithub/3486764d1cc121fc5df8636478e74642 to your computer and use it in GitHub Desktop.
MAMP MySQL dump export using Terminal.app in macOS
$ cd /Applications/MAMP/Library/bin/
$ ./mysqldump --host=localhost -uroot -proot source_database > ~/Desktop/database_name-dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment