dble
dble copied to clipboard
9066端口use dble_information; 触发重连
- **dble version:3.22.0.1
- **mysql version:5.7.37(m) 8.0.27(s)
-
preconditions :
在该版本的dble中,只使用读写分离功能,链接到9066之后,use 管理库,会触发重连。
[root@hw-4c8g bin]# mysql -uadmin -pxxx -h127.0.0.1 -P 9066 [admin@9066][(none)]>use dble_information; No connection. Trying to reconnect... Connection id: 23 Current database: *** NONE ***
Database changed [admin@9066][dble_information]>use dble_information; No connection. Trying to reconnect... Connection id: 24 Current database: *** NONE ***
Database changed
Mysql Client version is?
mysql客户端版本是多少?
mysql version:5.7.37(m) 8.0.27(s)
- we don't have dble versio of 3.22.0.1,and has tried to reproduce with two dble version:3.22.01.0 && 3.22.01.1 failed,if you used other dble version come across this issue,ple let us know
- pls provide your mysql-client version【the tool used to connect dble】、fakeMySQLVersion in bootstrap.cnf
- better to provide dble.log with debug log level when you reproduce this issue