I guess what I'm trying to ask is .........
is it possible for a MySQL server to be a slave to many MySQL masters?

And ....

can all of this information go into one my.cnf file so on startup the
masters will all start syncing their data to the one slave

Thanks

Andy

On Fri, 2004-04-02 at 12:49, Jonas Lindén wrote:
> Hello, Is this what you are lookin for?
> 
> --replicate-rewrite-db=from_name->to_name
> 
> Regards
> /Jonas
> 
> 
> > I have a central mysql server that is required to be a slave to many
> > different master databases on my customer sites.
> >
> > Is it possible to replicate many masters to one slave where the masters
> > have the same DB name??
> >
> > i.e. do this .....
> >
> > customer A    central site
> > DB = cust  --->  replicate to ----->  DB = cust_A
> >
> > customer B                                 central site
> > DB = cust  ---->  replicate to -----> DB = cust_B
> >
> > etc
> >
> > etc
> >
> > Thanks
> >
> > Andy
> > -- 
> >
> > perl -e 'print qq^;@) [###]^^qq^z\.MY{eLQ9^'
> > in:control developer, Telindus, RG27 9HY
> > DDI: +44 1256 709211, GSM: +44 7810 636652
> >
> >
> > -- 
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]
> >
> >
-- 

perl -e 'print qq^;@) [###]^^qq^z\.MY{eLQ9^'
in:control developer, Telindus, RG27 9HY
DDI: +44 1256 709211, GSM: +44 7810 636652


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

Reply via email to