Skip to content

Instantly share code, notes, and snippets.

@michael-simons
Created October 20, 2012 20:13
Show Gist options
  • Select an option

  • Save michael-simons/3924630 to your computer and use it in GitHub Desktop.

Select an option

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