On Thu, Jun 10, 2010 at 07:09, camelia botez
<camelia.botez@stripped> wrote:
>What can be done to run on both servers mysqld simultaneously and use the same data
> base?
You are probably asking the wrong question here. Let's take a step
back and ask you another question: What is it you want to achieve on a
non-technical level? My gutfeeling tells me you want to have a
HA-setup, so that when your database server dies, another one will
take over.
If that is the case, there's a bunch of tools that can help you do
that. You could use classic replication up to a certain point, but
active-passive master-master is probably more like what you want to
achieve. For that, you can use a tool like MMM (http://mysql-mmm.org)
for instance, which will make your life much easier.
hope this helps!
===
Walter Heck
Engineer @ Open Query (http://openquery.com)