iamif3000 opened a new issue #8218:
URL: https://github.com/apache/shardingsphere/issues/8218


   ### Which version of ShardingSphere did you use?
   tag 4.1.1
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   sharding-proxy
   
   ### Expected behavior
   No error
   
   ### Actual behavior
   Error reported.
   
   ### Reason analyze (If you can)
   Probably the binary protocol part is not compatible with mysql.
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   - login with mysql client
   - run the following sqls
     - create table t1(id bigint unsigned not null auto_increment, name 
varchar(100), primary key(id
   ));
     - create table t2(id bigint unsigned not null auto_increment, name 
varchar(100), primary key(id
   ));
     - select * from t1;
   - result
   
   > ERROR 2027 (HY000): received malformed packet
   
   ### Example codes for reproduce this issue (such as a github link).
   


----------------------------------------------------------------
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]


Reply via email to