You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/11/30 14:53:58 UTC

[GitHub] [shardingsphere] bgrainger commented on issue #6861: .net core conection problem to SHARDINGSPHERE-PROXY when using MySqlConnector "1Unsupported command: [COM_RESET_CONNECTION]"

bgrainger commented on issue #6861:
URL: https://github.com/apache/shardingsphere/issues/6861#issuecomment-1332293081

   The issue is that ShardingSphere claims to be MySQL 5.7 (or later) in the Initial Handshake packet, but doesn't support MySQL 5.7 protocol features such as COM_RESET_CONNECTION.
   
   https://github.com/apache/shardingsphere/blob/f6a202bfde51b00dcfb02453e32697fc3c736324/proxy/frontend/mysql/src/test/java/org/apache/shardingsphere/proxy/frontend/mysql/command/MySQLCommandPacketFactoryTest.java#L227-L230
   
   If ShardingSphere only supports the MySQL 5.6 protocol, it shouldn't present a MySQL 5.7 version number.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org