Skip to content

Instantly share code, notes, and snippets.

@AngeloR
Created April 18, 2011 20:11
Show Gist options
  • Save AngeloR/926065 to your computer and use it in GitHub Desktop.
Save AngeloR/926065 to your computer and use it in GitHub Desktop.
dump mysql database
mysqldump --user=username --password=1234 --databases your_database --opt --quote-names --allow-keywords --complete-insert > your_database.sql.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment