Skip to content

Instantly share code, notes, and snippets.

@joshuaadickerson
Created October 23, 2012 13:34
Show Gist options
  • Save joshuaadickerson/3938763 to your computer and use it in GitHub Desktop.
Save joshuaadickerson/3938763 to your computer and use it in GitHub Desktop.
CSV MySQL dump to gzip
mysqldump -uroot -ppass --tab="." --fields-enclosed-by=\" --fields-terminated-by="," myschema mytable | gzip > myschema.mytable.csv.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment