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 2019/05/05 14:30:35 UTC

[GitHub] [incubator-shardingsphere] Bingjian-Zhu removed a comment on issue #2304: sharding-proxy:java.sql.SQLException: Unknown system variable 'query_cache_size'

Bingjian-Zhu removed a comment on issue #2304: sharding-proxy:java.sql.SQLException: Unknown system variable 'query_cache_size'
URL: https://github.com/apache/incubator-shardingsphere/issues/2304#issuecomment-489431672
 
 
   > @Bingjian-Zhu I'm sorry for the late reply.
   > it seems that your config is wrong
   > 
   > ```
   > masterSlaveRule:
   >  name: ms_test_db
   >  masterDataSourceName: master_test_db
   >  slaveDataSourceNames:
   >    - slave_test_db
   > ```
   > 
   > it should be
   > 
   > ```
   > masterSlaveRule:
   >  name: ms_test_db
   >  masterDataSourceName: master_ds
   >  slaveDataSourceNames:
   >    - slave_ds_0
   > ```
   
   I follow your config, but still get the same mistake.

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


With regards,
Apache Git Services