Created
July 20, 2012 11:25
-
-
Save mrchilds/3150241 to your computer and use it in GitHub Desktop.
Mysql CSV Import
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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