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 > Data syncronization.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-16-04, 17:38
weed weed is offline
Registered User
 
Join Date: Jan 2004
Posts: 3
Data syncronization.

I have a small problem. I need to get the data dir of a master server in a cluster to stay in sync with a slave server so when it fails over the data will all be in tact. However, that is not my problem, the problem is with syncing the master's data with the data on the "slave" when the server fails back. DRBD, NBD, ENBD , or any network block device is not an option for me since I can't re-partition my drive in this case (I don't want to mirror all of /var). I've been told to do master-master replication, but I've seen no written documentation on that for MySQL, plus it seems like it could be very prone to corruption. Does anyone have any ideas on what I should do in this case?
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