Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created October 27, 2012 01:08
Show Gist options
  • Select an option

  • Save leesmith/3962546 to your computer and use it in GitHub Desktop.

Select an option

Save leesmith/3962546 to your computer and use it in GitHub Desktop.
Mysqldump and gzip one-liner
mysqldump db_name -u root -p | gzip -c | cat > db_name.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment