@lists.mysql.com
Subject: replication help
hello,
i had a master-master replication now one of the masters seems to be
about two days ahead of the slave
how do i make the first server in sync with the second and force any
data added to the second master to be pushed back into the first
server.
thanks
hello,
i had a master-master replication now one of the masters seems to be
about two days ahead of the slave
how do i make the first server in sync with the second and force any
data added to the second master to be pushed back into the first
server.
thanks
--
˙uʍop ǝpısdn p,uɹnʇ pןɹoʍ ǝɥʇ ǝǝ
Dear List,
As recently as last Sunday January 14, 2007, we have enabled
replication between two servers in our organization.
The master server runs MySQL 4.1.10a, the slave runs 5.0.18.
Since then, we have had a number of interruptions in replication when
the slave server stopped replicating f
On Tue, Jul 17, 2001 at 09:37:19PM -0700, Ricardo Kleemann wrote:
>
> Hi everyone,
>
> I'm wondering how I should configure my.cnf if I have a master-slave
> scenario where I would like to declare the slave master if the
> master goes down.
>
> What I mean is, let's say I have 2 database server
Hi everyone,
I'm wondering how I should configure my.cnf if I have a master-slave
scenario where I would like to declare the slave master if the master goes
down.
What I mean is, let's say I have 2 database servers:
server1 = master
server2 = slave
so normally my.cnf for server2 would have se