MySQL Forums
Forum List  »  Replication

Re: master -master replication issues error 1062 and 1677
Posted by: Rick James
Date: May 22, 2014 03:45PM

> Both the table are identical but still replication fails

DESCRIBE is not as descriptive as SHOW CREATE TABLE; please check show us the latter.

> converted from type 'varchar(45)' to type 'varchar(30)'"

Where's the (45)?
What was the value that could not be converted? Something longer than 30 characters.

Are the VARCHARs the same CHARACTER SET? (The SHOW CREATE TABLE will tell us.)

> skip slave error = 1062

That will hide the underlying problem, and let the Slave get even further out of sync.

See Percona's pt_table_checksum -- it will discover what differences there are.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: master -master replication issues error 1062 and 1677
1954
May 22, 2014 03:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.