be 的 conf文件添加了 string_type_length_soft_limit_bytes= 2147483643
fe 的 conf文件添加了 string_type_hard_limit = 2147483643
可是在导出数据的时候仍然报错 ERROR 1105 (HY000): errCode = 2, detailMessage = Column count doesn't match value count
表里维三存储文本的字段都是 text类型,并且手动使用了 alter table xxxxx modify column xxxxx STRING; 语句进行了再次修改;
单条数据大小不超过 100M,可还是报 这个错;
感觉不知道咋办了