Skip to content

Instantly share code, notes, and snippets.

@avkosme
Created December 26, 2018 08:04
Show Gist options
  • Save avkosme/90defd9e6a016bde7d9b1590430005bb to your computer and use it in GitHub Desktop.
Save avkosme/90defd9e6a016bde7d9b1590430005bb to your computer and use it in GitHub Desktop.
# For big dumps:
mysqldump -h <host> -u <user> -p --net_buffer_length=1M --quick <database> <table> > <dump>.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment