Skip to content

Instantly share code, notes, and snippets.

@BenjaminDurham
Created October 21, 2016 03:04
Show Gist options
  • Save BenjaminDurham/531dfd8d301555561ef55f1924a08908 to your computer and use it in GitHub Desktop.
Save BenjaminDurham/531dfd8d301555561ef55f1924a08908 to your computer and use it in GitHub Desktop.
Dump mysql to xml
mysqldump --xml -t {username} -p {database} > {filename.xml}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment