Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created January 13, 2014 05:28
Show Gist options
  • Save birchestx/8395182 to your computer and use it in GitHub Desktop.
Save birchestx/8395182 to your computer and use it in GitHub Desktop.
mysqldump -uroot -p --all-databases > alldb.sql
mysql -u root -p < alldb.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment