Created
May 13, 2015 17:18
-
-
Save jonathanstegall/e84bcde4b8d15dfef240 to your computer and use it in GitHub Desktop.
MySQL Shell: dump item and gzip it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nohup nice mysqldump -uusername -ppassword databasename tablename | gzip -9 > tablename.sql.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tablename is optional; without it, it will dump the whole database