mysql binlog同步clickhouse报错:err: time (xxx): unexpected type yyy

2021-07-23 15:17:04 浏览数 (1)

可能的报错报错: err: time (String): unexpected type int64 或者 unexpected type string

原因:一般是mysql中的某些字段类型和clickhouse中的不一致

处理办法:修改mysql或者clickhouse的字段类型, 使两边的数据类型可以正确适配。

比如mysql char,varchar都对应clickhouse的string

0 人点赞