参数修改

【产品名称】oceanbae-cs


【产品版本】3.1


【问题描述】

下面,这两个参数,是应该在sys租户里修改呢?还是应该在proxysys租户里修改你?

居然,在两个租户里都可以修改。


mysql -h127.1 -P2883 -uroot@proxysys#obproxy -p0MdTv1tm

show proxyconfig like '%connection%';

alter proxyconfig set client_max_connections=20000;


########################################################

mysql -h127.1 -P 2883 -uroot@sys#obproxy -p -c -A

show proxyconfig like '%connection%';

alter proxyconfig set client_max_connections=20000;



使用

root@proxysys
 账号登录 ODP进行修改。参考:

https://open.oceanbase.com/docs/odp-cn/V3.1.0/10000000000014218



那,他在-uroot@sys下修改就应该报错啥,他傻不拉几的,居然还能执行成功。