Skip to content

Instantly share code, notes, and snippets.

@devdatta
Created July 25, 2012 16:57
MySQL Backup with stored procedures + GZip
mysqldump -h localhost -u root -p --routines <database> | gzip -9 > <backupfile.sql.gz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment