On Sat, May 19, 2001 at 01:18:42PM -0500, David Gullett wrote:
> 
> I have 10 or so MySQL servers in the field, all writing data to a
> database of the same name.  I would like to set up replication from
> all masters back to a single slave server and have each master write
> to a different database.  Is there an easy way to do this, short of
> running multiple instances of MySQL on the slave server?

Currently, each slave can only have a single master. So you're looking
at multiple slave instances.

If you don't need completely real-time replication, you might consider
rsync or something similar.

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878    Fax: (408) 349-5454    Cell: (408) 439-9951

MySQL 3.23.29: up 5 days, processed 35,090,354 queries (79/sec. avg)

---------------------------------------------------------------------
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