Skip to content

Instantly share code, notes, and snippets.

@maximkott
Last active August 29, 2015 14:27
Show Gist options
  • Save maximkott/0db3f40485ab236f4856 to your computer and use it in GitHub Desktop.
Save maximkott/0db3f40485ab236f4856 to your computer and use it in GitHub Desktop.
mysqldump -u __USERNAME__ -p __DATABASE__ > dump.sql
mysql -u __USERNAME__ -p __DATABASE__ < dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment