Skip to content

Instantly share code, notes, and snippets.

@leesmith
Created August 13, 2015 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leesmith/3d3aae919f711e31bf20 to your computer and use it in GitHub Desktop.
Save leesmith/3d3aae919f711e31bf20 to your computer and use it in GitHub Desktop.
Dump mysql to CSV
select * from users into outfile 'users.csv' fields terminated by ',' optionally enclosed by '"' lines terminated by '\n';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment