Re: two masters replicating to a single slave

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: two masters replicating to a single slave

2003-07-25 Thread Info
Estoy tomando el sol . q -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

RE: two masters replicating to a single slave

2003-07-24 Thread Dathan Vance Pattishall
You will need to run multiple mysqld servers on the slave. Reason: a slave can have only one master (although it wouldn't be technically difficult to change this, if a matrix struct was used). How to run multiple slaves: I have some code I'm adding to mysqld_multi, but you should use the document