yes, one master to multiple slaves.

I believe u can set up multiple mysql instances on a single machine with
each mysql instance collecting from a different master.

Yong. 


-----Original Message-----
From: Andrey Dmitriev [mailto:[EMAIL PROTECTED] 
Sent: May 21, 2008 11:29 AM
To: mysql@lists.mysql.com
Subject: Replication for reporting

Is it true that a single mysql server can be a slave to only one master?

So if you need to replicate a dozen databases into a single reporting
server, you need to have a chain of a dozen servers in between? Someone
shared that to me, but it didn't make much sense.

In oracle we have the following options to replicate:
Snapshots (also known as materialized views) for individual tables Standby
(similar to mysql, but replicates the entire db) Streams (pick whatever you
need out of sql stream)

So for reporting purposes from multiple db's, you'd mostly likely pick
snapsohts or streams.

Thanks,
andrey

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




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

Reply via email to