码迷,mamicode.com
首页 > 其他好文 > 详细

MyCat 配置读写分离

时间:2020-04-05 00:29:32      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:ati   eth   div   driver   host   跨库   art   root   nbsp   

    <dataHost name="localhost1" maxCon="1000" minCon="10" balance="1"
              writeType="0" dbType="mysql" dbDriver="native" switchType="1"  slaveThreshold="100">
        <heartbeat>select user()</heartbeat>
        <writeHost host="hostM1" url="localhost:3306" user="root" password="testpw">
        </writeHost>
        <writeHost host="hostM2" url="192.168.1.6:3306" user="root" password="testpw">
        </writeHost>
    </dataHost>

 备注:读的操作不要写事务。不然会引起跨库查询

MyCat 配置读写分离

标签:ati   eth   div   driver   host   跨库   art   root   nbsp   

原文地址:https://www.cnblogs.com/w2011/p/12635332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!