Skip to content

Instantly share code, notes, and snippets.

@sh78
Created April 18, 2018 02:18
Show Gist options
  • Save sh78/d5376c0d94afc9a75af157a0a6472a2a to your computer and use it in GitHub Desktop.
Save sh78/d5376c0d94afc9a75af157a0a6472a2a to your computer and use it in GitHub Desktop.
# dump
mysqldump -h mysql.server.org -u MyUser -pMyPass MyDB > MyDump.sql
# restore
mysql -h mysql.server.org -u MyUser -pMyPass MyDB < MyDump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment