fanchao916 commented on issue #10400: URL: https://github.com/apache/shardingsphere/issues/10400#issuecomment-845025704
> @fanchao916 Can you translate it to English? sharding-proxy 5.x Alpha,After connecting with the mysql client (mysql -uxx -pxx -hxx -Pxxx),When I execute the show databases command, some databases can be displaye。After executing use sharding_db and Execute show tables;Report an error ERROR 2006 (HY000): MySQL server has gone away No connection. Trying to reconnect... Connection id: 31 Current database: sharding_db ERROR 2013 (HY000): Lost connection to MySQL server during query Because i know what tables are inside, the error is the same as above after executing select * from sharding_db.t_order directly. Use python, mysql workbench to connect to this proxy, i can execute commands such as show tables, and data query is normal. When the above error is reported, there is no record in the log -- 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. For queries about this service, please contact Infrastructure at: [email protected]
