Skip to content

Instantly share code, notes, and snippets.

@tony4d
Last active December 18, 2015 11:59
Simple mysqldump to sync up a dev env
mysqldump -u [user_name] -p -Qce --max-allowed-packet=1024M -B [database_name] > database_name.sql
@tony4d
Copy link
Author

tony4d commented Jul 15, 2013

Updated for complete and extended inserts, better for big loads and sql files are smaller.

Uh oh!

There was an error while loading. Please reload this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment