riyun1989 opened a new issue #8263: URL: https://github.com/apache/shardingsphere/issues/8263
databasename can not contain dot 。if contain, after dot string will be discard。 i found like pattern in MySQLDataSourceMetaData class "jdbc:(mysql|mysqlx)(:loadbalance|:replication)?:(\w*:)?//([\w\-\.]+):?([0-9]*)/([\w\-]+);?\S*" should be "jdbc:(mysql|mysqlx)(:loadbalance|:replication)?:(\w*:)?//([\w\-\.]+):?([0-9]*)/([\w\-**\.**]+);?\S*" ---------------------------------------------------------------- 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]
