DM binary 安装部署,启动同步任务,报mysql语法错误

【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
【复现路径】做过哪些操作出现的问题
/home/dm/dmctl/dmctl --master-addr=192.168.30.40:8261 query-status task1.yaml
{
“result”: true,
“msg”: “”,
“sources”: [
{
“result”: true,
“msg”: “”,
“sourceStatus”: {
“source”: “mysql-01”,
“worker”: “worker1”,
“result”: null,
“relayStatus”: null
},
“subTaskStatus”: [
{
“name”: “shard_merge”,
“stage”: “Paused”,
“unit”: “Load”,
“result”: {
“isCanceled”: false,
“errors”: [
{
“ErrCode”: 34019,
“ErrClass”: “load-unit”,
“ErrScope”: “not-set”,
“ErrLevel”: “high”,
“Message”: “”,
“RawCause”: “Error 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘config where Type = ‘tidb’ and name = ‘keyspace-name’’ at line 1”,
“Workaround”: “”
}
],
“detail”: null
},
“unresolvedDDLLockID”: “”,
“load”: {
“finishedBytes”: “0”,
“totalBytes”: “0”,
“progress”: “0.00 %”,
“metaBinlog”: “(mybinlog.000002, 154)”,
“metaBinlogGTID”: “”,
“bps”: “0”
},
“validation”: null
}

【遇到的问题:问题现象及影响】
【资源配置】
【附件:截图/日志/监控】

数据库名称去掉中划线

没有中划线

知道原因,跟版本有关系,6.0.0版本 就没有这个问题。使用的6.5.1 有

此话题已在最后回复的 60 天后被自动关闭。不再允许新回复。