Created
June 20, 2018 19:13
-
-
Save fcaldarelli/60ee5abc37baa6f23222176806e27bf2 to your computer and use it in GitHub Desktop.
Mysqldump without affect server load
This file contains hidden or 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
mysqldump -u USER -p --single-transaction --quick --lock-tables=false DATABASE | gzip > OUTPUT.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment