是不是初始化的过程没正常跑完?
Schema:tidb-binlog Table:
checkpoint ClusterID:6947119091400868786
InitialCommitTS:431610135554555933
CheckPointFile:/data/tidb-data/drainer-8249/savepoint}:
exec failed, sql: create schema if not exists tidb-binlog
参考下
核对下 tidb中 checkpoint 的配置信息,
最后核对一下 路径下是否存在数据? /data/tidb-data/drainer-8249/savepoint
Drainer配置文件schema改成tidb_binlog试试
[syncer.to.checkpoint]
# 当 checkpoint type 是 mysql 或 tidb 时可以开启该选项,以改变保存 checkpoint 的数据库
# schema = "tidb_binlog"