Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Created October 20, 2012 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michael-simons/3924630 to your computer and use it in GitHub Desktop.
Save michael-simons/3924630 to your computer and use it in GitHub Desktop.
Sicherer MySQL Dump mehrerer Datenbanken
mysqldump -uroot -pblah --opt --routines --add-drop-database --default-character-set=utf8 --create-options --databases db1 db2 usw | bzip2 > backup.sql.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment