【 使用环境 】 测试环境
【 OB or 其他组件 】 oms 4.0
【 使用版本 】 4.0
【问题描述】创建 ob4.0 ce 数据源 连接失败
拷贝命令 手动执行也是失败:
[oceanbase@whdrcsrv403 ~]$ obclient -h10.25.15.83 -P2883 -u app_oms_account@tenant_mysql_test#obtest -A -p 12345678
Enter password:
ERROR 2014 (HY000): Commands out of sync; you can’t run this command now
发现如果连接串中 去掉集群名称 #obtest, 是可以成功的
[oceanbase@whdrcsrv403 ~]$ obclient -h10.25.15.83 -P2883 -u app_oms_account@tenant_mysql_test -A -p12345678
Welcome to the OceanBase. Commands end with ; or \g.
Your OceanBase connection id is 18
Server version: OceanBase_CE 4.0.0.0 (r100000272022110114-6af7f9ae79cd0ecbafd4b1b88e2886ccdba0c3be) (Built Nov 1 2022 14:57:18)
Copyright (c) 2000, 2018, OB Corporation Ab and others.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
obclient [(none)]>
跪求大佬们 指点迷津