when i first tried to import csv into mysql , i got the same error , and then i figured out mysql table i created doesn't have the character length of the importing csv field , so if it's the first time importing csv
varchar
or text
, don't blend int
or other values.then you are good to go.