Skip to content

Instantly share code, notes, and snippets.

@michaelaguiar
Created September 29, 2011 00:49
Show Gist options
  • Save michaelaguiar/1249727 to your computer and use it in GitHub Desktop.
Save michaelaguiar/1249727 to your computer and use it in GitHub Desktop.
Backup MySQL Database (Compressed)
mysqldump -u username -h localhost -p database_name | gzip -9 > backup_db.sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment