ZZemptypoint commented on issue #21562: URL: https://github.com/apache/shardingsphere/issues/21562#issuecomment-1294620919
> By adding an intermediate configuration, this problem has been resolved > > config-mate.yaml > > ```yaml > schemaName: information_schema > dataSources: > ds: > url: jdbc:mysql://mysql:3306/information_schema?serverTimezone=UTC&allowPublicKeyRetrieval=true&useSSL=false&useUnicode=true&characterEncoding=UTF-8 > username: root > password: root > connectionTimeoutMilliseconds: 30000 > idleTimeoutMilliseconds: 60000 > maxLifetimeMilliseconds: 1800000 > maxPoolSize: 1 > minPoolSize: 1 > ``` > > If I have a lot of data source, it will be very stupid,could you tell me is there a better solution it's worked, but why? Does filename "config-mate.yaml" is special? -- 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]
