That is correct.
On Mon, May 6, 2013 at 11:06 AM, Richard Reina wrote:
> To activate log-slave-updates do I just add "log-slave-updates" to the
> my.cnf file?
>
>
>
> 2013/4/30, Manuel Arostegui :
> > 2013/4/30 Richard Reina
> >
> >> I have a few slaves set up on my local network that get upda
To activate log-slave-updates do I just add "log-slave-updates" to the
my.cnf file?
2013/4/30, Manuel Arostegui :
> 2013/4/30 Richard Reina
>
>> I have a few slaves set up on my local network that get updates from
>> my main mysql database master. I was hoping to turn one into a master
>> while
rom: Richard Reina [mailto:gatorre...@gmail.com]
> Sent: Wednesday, May 01, 2013 6:00 AM
> To: Manuel Arostegui
> Cc: mysql@lists.mysql.com
> Subject: Re: Chain Replication QUestion
>
> Hello Manuel,
>
> Thank you for your reply. Could I do the following?:
>
> 1) Enable l
ql.com/why-mysql/white-papers/mysql-replication-tutorial/
Andrew.
> -Original Message-
> From: Rick James [mailto:rja...@yahoo-inc.com]
> Sent: 01 May 2013 16:29
> To: Richard Reina; Manuel Arostegui
> Cc: mysql@lists.mysql.com
> Subject: RE: Chain Replication QUestion
>
&
Hello Manuel,
Thank you for your reply. Could I do the following?:
1) Enable log-bin on master2 (slave that will be converted to a master)
2) Enable log-slave-updates on master2
3) Execute CHANGE MASTER to on another existing slave so that it gets
it's updates from master2 instead of master1.
Th
2013/4/30 Richard Reina
> I have a few slaves set up on my local network that get updates from
> my main mysql database master. I was hoping to turn one into a master
> while keeping it a slave so that I can set up a chain. Does anyone
> know where I can find a "how to" or other documentation fo