I have a problem when I loading data into IB.
One row record format is wrong. And it blocked the loading procedure.
The loading command 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.

