Skip to content

Instantly share code, notes, and snippets.

@markcaudill
Created April 27, 2011 17:36
Show Gist options
  • Save markcaudill/944749 to your computer and use it in GitHub Desktop.
Save markcaudill/944749 to your computer and use it in GitHub Desktop.
mysqldump -u root --password='YOURPASSSORD' \
--all-databases --add-drop-database \
> /tmp/databases.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment