mysqlimport --fields-terminated-by=, --lines-terminated-by="\n" --user=user--password DATABASE TABLE_NAME.csv
Tuesday, June 6, 2006
Import text into MySQL from command line
Subscribe to:
Posts (Atom)
mysqlimport --fields-terminated-by=, --lines-terminated-by="\n" --user=user--password DATABASE TABLE_NAME.csv