Skip to content

Instantly share code, notes, and snippets.

@lrhache
Created April 15, 2015 13:59
Show Gist options
  • Select an option

  • Save lrhache/9110dbed6aef95e86261 to your computer and use it in GitHub Desktop.

Select an option

Save lrhache/9110dbed6aef95e86261 to your computer and use it in GitHub Desktop.
MySQL import from CSV files
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