mySQL can do that but will break on primary key violations. Also mySQL a
slave can only have one master.

 Try

log-slave-updates in my.cnf on the slave

so  A -> B -> A
or you can have a replication ring

A-> B -> C -> A

Make sure your server-id is unique among all master / slaves.

-->-----Original Message-----
-->From: Glen Boyer [mailto:[EMAIL PROTECTED]
-->Sent: Friday, August 15, 2003 11:41 AM
-->To: '[EMAIL PROTECTED]'
-->Subject: Bi-directional Replication
-->
-->Can anyone tell me if your product can or will do Bi-Directional
-->Replication.
-->
-->We are currently using MS-Access which has A Desiggn Master and
Replica's
-->that can exchange information (data) back and forth between
replica's.
-->Is
-->there any way to do this with MySQL ?
-->
-->We are looking for a database system to replace MS-Access
-->
-->Glen Boyer
-->IT Manager
-->Pacific Event Productions
-->6989 Corte Santa Fe
-->San Diego, CA 92121
-->858 450 7763 (direct)
-->858 458 1173 (fax)
-->www.pacificevents.com
-->
-->
-->--
-->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