I also has this problem, when I load datas as follows:
mysql—default-character-set=utf8 -ujyl -*** incrementbak -h**** -P 5029 -f -q—execute=“load data local infile ‘D:/docs/bak/ad_site_trace.sql’ replace into table ad_site_trace character set utf8 fields terminated by ‘\\t’ ENCLOSED BY ‘’ “
report an error : Wrong data or column definition. Row : 633823,field:5.
How can I ignore the error , and let the loading forward.
Any suggestion is welcome! Thanks a lot.