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 > Mysql Master-Master replication issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-14-10, 07:42
zaeem zaeem is offline
Registered User
 
Join Date: May 2010
Posts: 1
Mysql Master-Master replication issue

Dear All,

Hopefully you are doing fine. I have setup master master replication and sometimes replication fails with the following error (ErrNo 1032). Is there any automation to ignore these errors and replication to continue without human interaction? Please let me know if there are some replication monitor software which will alert DBAs in case of any issue with the replication.



Last_SQL_Errno: 1032
Last_SQL_Error: Could not execute Update_rows event on table TestDB.TblCustomers; Can't find record in 'TblCustomers', Error_code: 1032; handler error HA_ERR_KEY_NOT_FOUND; the event's master log mysql-bin.000001, end_log_pos 106636358

Also Can you please let me know what is the difference in terms of feature (like replication) if I use community version like "MySQL-server-community-5.1.37-0.rhel5.i386.rpm" or I use Enterprise (Paid) version of MySQL.

Regards,

Shirazi
Reply With Quote
  #2 (permalink)  
Old 05-14-10, 10:31
scottb scottb is offline
Registered User
 
Join Date: Oct 2003
Posts: 60
I've never done it, but i think you can use the slave-skip-errors=... if you don't care about it
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