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 (
http://code.google.com/p/mysql-master-master/) project. If you require
support Percona will provide support for that project as well.

On Wed, Apr 22, 2009 at 1:54 PM, <t...@kalik.net> wrote:

> >
> > Yes, man.
> >
> > We know the PostgreSQL solution does not work. ORACLE is expensive. MySQL
> > is one master and serveral slaves.
> >
>
> You can set up MySQL as master1-slave2 <==> slave1-master2. That works
> sort of like master-master replication.
>
> Ivan Kalik
> Kalik Informatika ISP
>
> -
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
>
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to