Skip to content

Instantly share code, notes, and snippets.

@molotovbliss
Last active November 16, 2016 02:32
Show Gist options
  • Save molotovbliss/8866859 to your computer and use it in GitHub Desktop.
Save molotovbliss/8866859 to your computer and use it in GitHub Desktop.
MySQL Dump for Magento without locking the DB
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