MySQL Forums
Forum List  »  Newbie

Re: Replication Error Illegal Mix of Collations
Posted by: Rick James
Date: August 15, 2014 09:51PM

Thanks. You prodded me into figuring out the details. Here, all for you:

http://mysql.rjweb.org/doc.php/charcoll#fixing_mismatch_between_charset_and_data_encoding

A quick glance at the binlog dumps --
e4 shows up for a o-tilde, but that is the cp850 encoding, not the latin1 encoding, which MySQL thinks it is.

I suspect that fixing either the CHARSET or the encoding -- on both Master and Slave -- will solve the original problem of Duplicate key.

If you are happy with simply reloading the Slave (yet again), then fix the Master and do that.

Options: ReplyQuote


Subject
Written By
Posted
Re: Replication Error Illegal Mix of Collations
August 15, 2014 09:51PM
August 14, 2014 03:55AM
August 15, 2014 06:33PM
August 18, 2014 01:02AM
August 19, 2014 04:50PM
August 20, 2014 07:36AM
September 06, 2014 08:12PM
September 06, 2014 08:14PM
September 16, 2014 11:17PM


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.