dble icon indicating copy to clipboard operation
dble copied to clipboard

9066端口use dble_information; 触发重连

Open shao3911 opened this issue 2 years ago • 3 comments

  • **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

shao3911 avatar May 20 '22 05:05 shao3911

Mysql Client version is?

wenyh1 avatar Jul 04 '22 06:07 wenyh1

mysql客户端版本是多少?

mysql version:5.7.37(m) 8.0.27(s)

shao3911 avatar Jul 04 '22 08:07 shao3911

  1. 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
  2. pls provide your mysql-client version【the tool used to connect dble】、fakeMySQLVersion in bootstrap.cnf
  3. better to provide dble.log with debug log level when you reproduce this issue

jndxcaiwei avatar Jul 05 '22 02:07 jndxcaiwei