yx9o opened a new pull request #11478: URL: https://github.com/apache/shardingsphere/pull/11478
Hi, I am running examples in `mysql 8.0` environment, When starting the main method in `org.apache.shardingsphere.example.extension.sharding.algortihm.classbased.YamlClassBasedShardingAlgorithmExample`, an error `Unknown system variable'query_cache_size'` occurs. After investigation and testing, it is confirmed that the mysql driver version needs to be upgraded to `5.1.44` or higher, so I now adjust the mysql driver version in the examples to be consistent with the ss version `5.1.47`. -- 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]
