Skip to content

Instantly share code, notes, and snippets.

@onlyangel
Created October 15, 2014 02:52
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 onlyangel/a6cb8a32d8b7b3c25768 to your computer and use it in GitHub Desktop.
Save onlyangel/a6cb8a32d8b7b3c25768 to your computer and use it in GitHub Desktop.
Import a csv to mysql
load data local infile 'uniq.csv' into table tblUniq fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(uniqName, uniqCity, uniqComments)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment