Skip to content

Instantly share code, notes, and snippets.

@stormbreakers
Created September 19, 2016 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stormbreakers/7ad0a031be8045170e073fea7a773a77 to your computer and use it in GitHub Desktop.
Save stormbreakers/7ad0a031be8045170e073fea7a773a77 to your computer and use it in GitHub Desktop.
importing .csv file in linux
mysqlimport --ignore-lines=1 --lines-terminated-by='\r\n' --fields-optionally-enclosed-by='\"' --fields-terminated-by=, --local -u root -paspire@123 aspire_development ".$fileCsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment