I know this isn't a supported setup, so I'm curious as to what people suggest.
The goal is to consolidate data from databases in separate locations for reporting purposes.
Location 1(Master): ServerA(db1)
Location 2(Master): ServerB(db2)
Location 3(Master): ServerC(db3)
Location 4(Slave): replicated copy of db1, db2, db3
The Masters are all unique and don't share databases or tables. But the reporting server wants to run analysis across the various databases.
Is this feasible? Is there a way to do this with MySQL Replication? Or would you suggest a different solution?
Thanks in advance.
-Brett
The goal is to consolidate data from databases in separate locations for reporting purposes.
Location 1(Master): ServerA(db1)
Location 2(Master): ServerB(db2)
Location 3(Master): ServerC(db3)
Location 4(Slave): replicated copy of db1, db2, db3
The Masters are all unique and don't share databases or tables. But the reporting server wants to run analysis across the various databases.
Is this feasible? Is there a way to do this with MySQL Replication? Or would you suggest a different solution?
Thanks in advance.
-Brett