Lucas-307 commented on issue #7701: URL: https://github.com/apache/shardingsphere/issues/7701#issuecomment-706000458
@gywndi > java.lang.UnsupportedOperationException: Cannot support database type 'MySQL' Means can't find `shardingsphere-sql-parser-mysql-xxx.jar`. So, you should add it into your classpath. Such as: `java -cp bin/* -jar xxx.jar` ---------------------------------------------------------------- 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]
