If you require synchronous replication and your queries are conducive to it there is MySQL Cluster. You might get some of the functionality you want with DRBD (but write performance hits) and MySQL, which is supported officially by MySQL, or through the use of circular replication with a pair of masters in MySQL as Ivan mentioned. This type of configuration can also be managed using the Multi master master (<a href="http://code.google.com/p/mysql-master-master/">http://code.google.com/p/mysql-master-master/</a>) project. If you require support Percona will provide support for that project as well. <br>
<br><div class="gmail_quote">On Wed, Apr 22, 2009 at 1:54 PM,  <span dir="ltr"><<a href="mailto:tnt@kalik.net">tnt@kalik.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">><br>
> Yes, man.<br>
><br>
> We know the PostgreSQL solution does not work. ORACLE is expensive. MySQL<br>
> is one master and serveral slaves.<br>
><br>
<br>
</div>You can set up MySQL as master1-slave2 <==> slave1-master2. That works<br>
sort of like master-master replication.<br>
<br>
Ivan Kalik<br>
Kalik Informatika ISP<br>
<div><div></div><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/list/users.html</a><br>
</div></div></blockquote></div><br>