MySQL Forums
Forum List  »  Replication

Re: Require suggestion for changing character set in Master master replication setup
Posted by: Rick James
Date: December 30, 2009 12:23AM

If the string 'latin1' exists in the _data_, that will mess up the data.

Check the dump for collations -- latin1_general_ci will happen to turn into utf8_general_ci, which is ok. But any other collations will probably be messed up.

Options: ReplyQuote




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.