Matthias Blaser wrote:
> It's possible a server could act as master for one database with slave
> server A and as a slave for another database which runs on master
> server B?
As   in A - database1 ->  S  - database2- > B

AFAIK anything S logs will be red by B. Using 'replicate-do-db=database2' B
will only process changes for database2.

By design S should not make changes in database1, but those red from logging
at A. Obviously, 'log-slave-updates' must remain OFF at S

http://www.mysql.com/doc/en/Replication_Options.html

HansH


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

Reply via email to