> -----Original Message-----
> From: Free Grafton - CCB [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 24, 2004 11:29 AM
> To: [EMAIL PROTECTED]
> Subject: Dual Master Configuration
> 
> Can someone show me how a configuration file (my.cnf) would look to
> have dual MySQL masters. 

Its more then just my.cnf changes-your application needs logic as well to
handle dual masters.

A<--->B
Use log-slave-updates, logbin, serverid. A replicates from B and B
replicates from A, they need to have distinct serverids to avoid cycles.

> 
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to