You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/04/16 07:50:44 UTC

[GitHub] [shardingsphere] xiaojingkai commented on issue #10107: (sharding-proxy)The value of character_set is transformed between utf8 and utf8mb4

xiaojingkai commented on issue #10107:
URL: https://github.com/apache/shardingsphere/issues/10107#issuecomment-820989725


   /root/proxy5/conf/config-master_slave.yaml:
   
   dataSources:
     primary_ds:
       url: jdbc:mysql://192.168.1.1:3306/dc_xhs?serverTimezone=UTC&useSSL=false
     replica_ds_0:
       url: jdbc:mysql://192.168.1.2:3306/dc_xhs?serverTimezone=UTC&useSSL=false
   rules:
   - !REPLICA_QUERY
     dataSources:
       primary_ds:
         primaryDataSourceName: primary_ds
         replicaDataSourceNames: 
           - replica_ds_0


-- 
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:
users@infra.apache.org