From: Rilawich Ango Date: February 12 2007 7:52am Subject: 2 ways replication List-Archive: http://lists.mysql.com/mysql/204925 Message-Id: <6fbb529e0702112352l1084cd97pb77e1b9f7482d57a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all, I know it is an old question and I have read from the mysql website about the topic. Until now, mysql still doesn't support 2 ways replication, quoted from mysql website. As I have multiple location and each location will have a DB. Most of all need to read and write to the database. In my case, 2 ways replication is the most direct way to do it. Any other solution is suitable for me to implement if 2 ways replication is not a good way? Anyone has successfully implement 2 ways replication? Any suggestion? 1PC-read/update-DB(a) <--- 2 ways replication --> DB(b)-read/update-PC2 ango