JackTheRussel
Programmer
Hi.
Is it possible to make replication like this:
I have one machine (master1) where I have one database called db1. And I have different machine (master2) where I have one database called db2.
I also have third machine (slave) where I have two databases:
db1 and db2. Now the slave database db1 would be replicated with master1 database db1 and slave database db2 with master2 db2 ?
Is this possible ?
Any help would be nice.
Is it possible to make replication like this:
I have one machine (master1) where I have one database called db1. And I have different machine (master2) where I have one database called db2.
I also have third machine (slave) where I have two databases:
db1 and db2. Now the slave database db1 would be replicated with master1 database db1 and slave database db2 with master2 db2 ?
Is this possible ?
Code:
master1 master2
-------- --------
| | | |
| db1 | | db2 |
|______| |_______|
slave
---------
| |
| db1 |
| db2 |
__________
Any help would be nice.