Skip to content

Instantly share code, notes, and snippets.

@subhajeet2107
Created July 17, 2019 10:59
Show Gist options
  • Save subhajeet2107/8b5ea9c215f594a25cbd8c8fd67078b7 to your computer and use it in GitHub Desktop.
Save subhajeet2107/8b5ea9c215f594a25cbd8c8fd67078b7 to your computer and use it in GitHub Desktop.
Import CSV in mysql faster
mysqlimport --ignore-lines=1 \
--fields-terminated-by=, \
--local -u root \
-p Database \
institute_courses_complete.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment