Skip to content

Instantly share code, notes, and snippets.

@incraigulous
Created December 17, 2013 20:02
Show Gist options
  • Save incraigulous/8011636 to your computer and use it in GitHub Desktop.
Save incraigulous/8011636 to your computer and use it in GitHub Desktop.
.sql to .csv
// To file
mysql <database> < file.sql > export.csv
// Cat
mysql <database < file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment