Last active
November 16, 2016 02:32
-
-
Save molotovbliss/8866859 to your computer and use it in GitHub Desktop.
MySQL Dump for Magento without locking the DB
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<USERNAME> -p<PASSWORD> --skip-opt --triggers --single-transaction --max_allowed_packet=512M db > db.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment