ddsr-ops edited a comment on issue #11769: URL: https://github.com/apache/shardingsphere/issues/11769#issuecomment-897278997
> Please check authority configuration in zookeeper which persisted in `/rules`. I migrate zk from docker to centos host, it works, then nothing also exists in node /rules. ```shell [zk: localhost:2181(CONNECTED) 0] ls /rules [] [zk: localhost:2181(CONNECTED) 1] ls / [lock, metadata, null, props, rules, states, zookeeper] [root@centos7 bin]# mysql -uroot -h192.168.15.130 -P13308 -plove8013 mysql: [Warning] Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version: 5.7.35-log-ShardingSphere-Proxy 5.0.0-beta Copyright (c) 2000, 2021, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> exit; Bye [root@centos7 bin]# mysql -uroot -h192.168.15.130 -P13308 -proot mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1045 (28000): Access denied for user 'root'@'192.168.15.130' (using password: YES) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
