Skip to content

Instantly share code, notes, and snippets.

@mrchilds
Created July 20, 2012 11:25
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 mrchilds/3150241 to your computer and use it in GitHub Desktop.
Save mrchilds/3150241 to your computer and use it in GitHub Desktop.
Mysql CSV Import
Example File
AB101AA,394251,806376,57.1482995075,-2.09663094048
Import file from command line:
$ mysqlimport -u root -p --local --fields-terminated-by=',' DATABASE FILENAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment