wcsoft opened a new issue #7065: URL: https://github.com/apache/shardingsphere/issues/7065
- What's the Issue MYSQL command line can not access ShardingProxy after ShardingProxy starts successfully. - Steps to reproduce the behavior 1. The issue occurs at ShardingSphere 5.0, the branch to test is master, build number is "86b1dcb"; 2. Build ShardingProxy based on the branch above; 3. Start up ShardingProxy service; check its process to make sure it run successfully by cammond "ps -ef | grep proxy"; check its log to make sure there is no any error(log path is <shardingsphere_proxy_base>/logs/stdout.log), have a look at screenshots bellow:   4. Access ShardingProxy by mysql command "mysql -u root -proot -P3307 -h ip" - sorry that i can not type the real ip here as confidential. - Actual behavior After triggering mysql command, the command hangs there all the time, see screenshow bellow. I test it on ShardingProxy 4.1.1, it works.  - Expected behavior MYSQL command line can access ShardingProxy after ShardingProxy starts successfully. - Which version of ShardingSphere did you use 1. ShardingSphere Version: 5.0 2. ShardingSphere branch: master 3. ShardingSphere build number: 86b1dcb ## Bug Report **For English only**, other languages will not accept. Before report a bug, make sure you have: - Searched open and closed [GitHub issues](https://github.com/apache/shardingsphere/issues). - Read documentation: [ShardingSphere Doc](https://shardingsphere.apache.org/document/current/en/overview). Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Which version of ShardingSphere did you use? ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ### Expected behavior ### Actual behavior ### Reason analyze (If you can) ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ### 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]
