Skip to content

Instantly share code, notes, and snippets.

@akira1908jp
Created February 26, 2013 03:27
Show Gist options
  • Select an option

  • Save akira1908jp/5035624 to your computer and use it in GitHub Desktop.

Select an option

Save akira1908jp/5035624 to your computer and use it in GitHub Desktop.
mysqldumpしつつ圧縮
mysqldump -udb_user -pdb_pass -h db_host db_name | gzip > db_name.dump.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment