vince7839 opened a new issue #11512:
URL: https://github.com/apache/shardingsphere/issues/11512


   Version:5.0.0-beta
   I config 2 dataSource like following and launch ShardingSphere-Proxy,but 
when I try to connect it by Navicat,it failed and show "No database selected". 
   schemaName: sharding_db
   
   dataSources:
     ds_0:
       url: jdbc:mysql://localhost:3306/db_0?serverTimezone=UTC&useSSL=false
       username: root
       password: 123456
       connectionTimeoutMilliseconds: 30000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 50
       minPoolSize: 1
     ds_1:
       url: jdbc:mysql://localhost:3306/db_1?serverTimezone=UTC&useSSL=false
       username: root
       password: 123456
       connectionTimeoutMilliseconds: 30000
       idleTimeoutMilliseconds: 60000
       maxLifetimeMilliseconds: 1800000
       maxPoolSize: 50
       minPoolSize: 1
   


-- 
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]


Reply via email to