oceanbase / obproxy

A proxy server for OceanBase Database.
https://open.oceanbase.com
Other
114 stars 79 forks source link

麻烦问下show databases如下显示正常吗? #24

Open oceanbase123 opened 2 years ago

oceanbase123 commented 2 years ago

使用root@proxysys登陆后,show databases显示的是参数,新手想问下这个是正常情况吗。 Dingtalk_20220419163158

longdafeng commented 2 years ago

有详细步骤吗?

askdb commented 2 years ago

登录到obproxy的管理员租户: mysql -h${obproxy_ip} -P${obproxy_port} -uroot@proxysys -p

这个proxysys是一个特殊的租户,该租户并不是一个数据库的租户,所以执行数据库相关的操作的语句,如 show table;show database image

等都会输出如图所示的信息,建议这里可以输出为空或者输出不支持这样的操作。

lemon0910 commented 2 years ago

是个bug,等下个版本修复