If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-01-04, 11:44
bigV bigV is offline
Registered User
 
Join Date: Jul 2003
Location: Southampton, UK
Posts: 4
Replication

I have several mysql servers on different customer sites. All of the customer data goes into the database called 'cust'. I would like to use this as a replication Master.

I also have a central mysql server that I would like to use as the slave to the customer databases and replicate the data from the customers 'cust' database to the central custA database i.e......

-------------------------------------------------------------------------------
Separate Customer..................| Separate customer Databases
Databases on separate.............| on one server
servers...................................|
(databases have same name)...| (databases have different names)
-------------------------------------------------------------------------------

cust(Master) ----------->| ---------------> custA(Slave)

cust(Master) ----------->| ---------------> custB(Slave)

cust(Master) ----------->| ---------------> custC(Slave)

cus(Master) ----------->| ---------------> custD(Slave)
-------------------------------------------------------------------------------

Is this possible?

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On