Skip to content

Instantly share code, notes, and snippets.

@eculver
Created November 20, 2009 02:51
Show Gist options
  • Save eculver/239245 to your computer and use it in GitHub Desktop.
Save eculver/239245 to your computer and use it in GitHub Desktop.
Dump single MySQL column data
mysql -h <HOST> -u <USER> -p <DB> -Bse"select column from table;" >> file.dmp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment