Skip to content

Instantly share code, notes, and snippets.

@colindensem
Created December 9, 2010 14:13
Show Gist options
  • Select an option

  • Save colindensem/734741 to your computer and use it in GitHub Desktop.

Select an option

Save colindensem/734741 to your computer and use it in GitHub Desktop.
mysqlimport -uroot -p --use-threads=<procs> --fields-terminated-by="," --fields-optionally-enclosed-by='"' --lines-terminated-by="\n" <schema_name> /tmp/*.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment