Hello,

I am using mysql-3.23.39

I just got replication running between a Master and Slave.  I read about
log-slave-updates and chaining slaves together:

A -> B -> C -> A

Does this mean that if I add info to slave 'B' then slave 'A' is also
updated?  If so, how does the master get updated?

I read that the replication in MySQL is 'one-way', from master to slave,
how does this slave chaining work?

The main question here is, if I add data to a slave machine, is it
possible to update the master?  If so, how is this done?

I wanted to keep data between several machines synchronized, but each
machine will be updating the data. Can I do this by chaining hese
machines together as slaves?  If so, how do I do this?

Thanks,

Murrah Boswell

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to