How to import a csv file into a mysql table and auto increment
I’m trying to import a csv file into mysql with the following command: mysqlimport –columns=name,amount,desc –ignore-lines=1 –fields-terminated-by=, –verbose –local -u muser -p mydb file.csv …