Is it possible to do N-master => 1-slave replication with MySQL?

前端 未结 4 794
暗喜
暗喜 2020-12-31 22:52

I want to make a dedicated SLAVE machine for data replication of three database on three different servers. In other words, I want to do Multiple Master => SIngle Slave rep

4条回答
  •  天命终不由人
    2020-12-31 23:15

    Might be worth a look at maatkit's table sync -- it's not "real" replication but it might be good enough.

提交回复
热议问题