Hi James,

       If you want to configure a relay replication server, i.e. make the 
replication to pass data from slave to another slave as A->B->C you need to 
start B with --log-bin and --log-slave-updates.So check that  
log-slave-updates has been included in your my.cnf file.
You can read more about this  
http://www.mysql.com/news-and-events/newsletter/2003-11/a0000000270.html


Thanks,
Ravi




On Monday 26 September 2005 17:01, James Green wrote:
> Hi,
>
> Intend on the following replication scenario:
>
> A -> B -> C
>
> A is replicating to B no problem.
> B was copied to C.
> C was ordered to begin replicating from B, but saw no updates
> Checked on B, and although mysql 'show variables' states binary logging
> in 'ON', no updates are being written to the logs except the relay-log.
>
> Can someone please advise? Using InnoDB's hotbackup.pl file to perform
> the backups.
>
> Cheers,
>
> --
> James Green

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to