Created
April 15, 2015 13:59
-
-
Save lrhache/9110dbed6aef95e86261 to your computer and use it in GitHub Desktop.
MySQL import from CSV files
This file contains hidden or 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
| mysqlimport -u root -p<password or prompt> -f --local <database> `pwd`/*.csv &> ../db_insert.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment