–obclient,通过代理ODP,用root用户登录proxysys租户,登录成功
obclient -h192.168.2.40 -P2883 -uroot@proxysys -p’jg!fKZqO=b}jgYA!L4’ -Doceanbase -A
Welcome to the OceanBase. Commands end with ; or \g.
Your OceanBase connection id is 287572024
Server version: 5.6.25
Copyright (c) 2000, 2018, OceanBase and/or its affiliates. All rights reserved.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
obclient(root@proxysys@proxysys)[oceanbase]> exit
Bye
[admin@obd ~]$
–obclient,通过代理ODP,用root用户登录sys租户,登录失败
[admin@obd ~]$ obclient -h192.168.2.40 -P2883 -uroot@sys -p’jg!fKZqO=b}jgYA!L4’ -Doceanbase -A
ERROR 1045 (42000): Access denied for user ‘root’@‘xxx.xxx.xxx.xxx’ (using password: YES)
–obclient直接登录节点,用root用户登录sys租户,登录成功
[admin@obd ~]$ obclient -h192.168.2.41 -P2881 -uroot@sys -p’}Y:/zsjn_J1P=’ -Doceanbase -A
Welcome to the OceanBase. Commands end with ; or \g.
Your OceanBase connection id is 3221695832
Server version: OceanBase_CE 4.3.5.0 (r100000202024123117-5d6cb5cbc3f7c1ab6eb22e40abec8e160a8764d5) (Built Dec 31 2024 17:35:01)
Copyright (c) 2000, 2018, OceanBase and/or its affiliates. All rights reserved.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
obclient(root@sys)[oceanbase]> exit
Bye
[admin@obd ~]$
–obclient直接登录节点,用root用户登录proxysys租户,登录失败
[admin@obd ~]$ obclient -h192.168.2.41 -P2881 -uroot@proxysys -p’}Y:/zsjn_J1P=’ -Doceanbase -A
ERROR 1045 (42000): Access denied for user ‘root’@‘xxx.xxx.xxx.xxx’ (using password: YES)
[admin@obd ~]$
请教一下各位老师,两次登录失败的原因?OceanBase集群采用的是OBD白屏部署的。