Dyego Souza Dantas Leal <[EMAIL PROTECTED]> wrote:
> Hello Guys !!!
> 
> I'm want to solve this problem with the replication :
> 
> 
> MASTER <- SLAVE OF MASTER<SLAVE1> <- SLAVE OF SLAVE 1<SLAVE2>
> 
> The replication on MySQL supports this "schema" ?
> 
> Exists a possibility to use Slave of Slave on Replication ?
> 
> The Insert is STORED on MASTER and REPLICATED to SLAVE1 and REPLICATED
> to SLAVE 2 AFTER stored on SLAVE1...
> 
> This is possible ?
> 

Yes.
In this case you should start SLAVE1 with --log-slave-updates replication option.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to