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

前端 未结 4 796
暗喜
暗喜 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:22

    I do not know a lot about MySQL, but don't you have the possibility to set an 'upload only' replication configuration, where the role of the master/publisher is only to collect updates made at the slave/subscriber level.

提交回复
热议问题