MySQL Forums
Forum List  »  General

Re: Strange behavior between mysql versions with binary
Posted by: Rick James
Date: April 30, 2012 09:36PM

Yes, C3A9 looks like utf8.

SELECT name, HEX(name), LENGTH(name) CHAR_LENGTH(name)
FROM redonline_foodsafety.theme WHERE name like 'Précaution';

The GLOBAL variables look good; the SESSION variables do not.

SHOW VARIABLES LIKE 'char%';
SET NAMES utf8;
SHOW VARIABLES LIKE 'char%';

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.