linghengqian opened a new issue, #21453: URL: https://github.com/apache/shardingsphere/issues/21453
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? - Yes,refer to https://github.com/apache/shardingsphere/issues/21442 . ### Describe the feature you would like. - In the Docker Image of https://github.com/apache/shardingsphere/pkgs/container/shardingsphere-proxy/44714726?tag=f4080b1b3ddcaa9eb15e87e50a6fb0d2fe2baa7f, if I set `props.proxy-mysql-default-version` of `server.yaml` as follows. ```yaml props: proxy-mysql-default-version: 5.6.51 ``` - When executing a statement like `use mysql;` in Jetbrains DataGrip, the error `For input string: ""` will occur, the SQL execution fails, and the server log of ShardingSphere Proxy will not show any errors. - Is this expected behavior considering the default value of this property is `5.7.22`? Or should the documentation state that the version number set by this property should be greater than or equal to `5.7.0`? Refer to https://shardingsphere.apache.org/document/5.2.0/en/user-manual/shardingsphere-proxy/yaml-config/props/ . -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
