kimmking edited a comment on issue #6861: URL: https://github.com/apache/shardingsphere/issues/6861#issuecomment-679533009
@clayboby Does the test case work well when directly connect to mysql? > Create a Mysqlconnection. open once and close. then open again, you will get this error IMO, 'COM_RESET_CONNECTION' doesnt close connection but your case it closed first. Refer: 1.https://dev.mysql.com/doc/dev/mysql-server/8.0.11/page_protocol_com_reset_connection.html 2.https://dev.mysql.com/doc/dev/mysql-server/8.0.11/page_protocol_com_change_user.html ---------------------------------------------------------------- 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]
