Skip to content

Instantly share code, notes, and snippets.

@jabberdog
Created June 22, 2018 15:28
Show Gist options
  • Save jabberdog/a827ddc6441384a2807355b4459cbfd6 to your computer and use it in GitHub Desktop.
Save jabberdog/a827ddc6441384a2807355b4459cbfd6 to your computer and use it in GitHub Desktop.
Dumping large MySQL files
mysqldump -u [USERNAME] -p [DBNAME] | gzip > [/path_to_file/DBNAME].sql.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment