1064 check the manual that corresponds to your OceanBase version for the right syntax to use near 'BINLOG STATUS' at line 1

【 使用环境 】测试环境
【 其他组件 】Binlog服务社区版: V4.0.1

【 使用版本 】OceanBase版本:5.7.25-OceanBase_CE-v4.2.1.10

【问题描述】根据文档 https://www.oceanbase.com/docs/community-oblogproxy-doc-1000000001493745
,执行到“ 步骤四:创建 Binlog 任务”,最后一步创建binlog时,报错提示:“1064 - You have an error in your SQL syntax; check the manual that corresponds to your OceanBase version for the right syntax to use near ‘BINLOG FOR TENANT myoceanbase.sys TO USER root WITH CLUSTER URL `http://10’ at line 1”。

【复现路径】
连接信息:账号:root,端口:2881。

使用工具:navicat。

执行SQL:“CREATE BINLOG FOR TENANT myoceanbase.sys TO USER root WITH CLUSTER URL http://10.86.97.168:8080/services?Action=ObRootServiceInfo&ObCluster=myoceanbase, REPLICATE NUM 1;”

不可以用root@sys创建binlog任务,更换个普通业务租户试试