Re: MysqlReplication

2002-02-22 Thread James Montebello
Each slave can only have one master. If you want to have one box be a slave to multiple masters, you have to set up a mysqld for each master on the slave box, each with a different port and socket. Now, if this is on Linux, you also can't have the multiple servers share data on this one box, si

Re: MysqlReplication

2002-02-22 Thread chad kellerman
It can be done. The slave server needs to hold mutiple slave databases corresponding to the masters. Each slave instance needs to be start separately. For example, each database wil need it's own my.cnf file holding with port the master is connecting to. I have seen this done with full dat

MysqlReplication

2002-02-22 Thread m . k
query Is it possible to set one SLAVE to handle two or multiple MASTERS??? For example if I want to replicate one table from one MASTER and second table from another. Thanx a lot - Before posting, please check: http://www.my