Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created October 27, 2012 01:08
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 leesmith/3962546 to your computer and use it in GitHub Desktop.
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