load data infile 'f:/luo2.txt' into table `test`.`changetalbe` fields terminated by ' ' lines terminated by '\r\n' 用的是这个方法,不过会报告这样的错:Incorrect string value: '\xB0\xA1' for column 'HZ' at row 1
想不明白,谁懂谢谢赐教哦!
...全文
143回复打赏收藏
为什么我导入数据库报错?
load data infile 'f:/luo2.txt' into table `test`.`changetalbe` fields terminated by ' ' lines terminated by '\r\n' 用的是这个方法,不过会报告这样的错:Incorrect string value: '\xB0\xA1' for column 'HZ' at row 1 想不明白,谁懂谢谢赐教哦!