Bug #5759 | default character set utf8 | ||
---|---|---|---|
Submitted: | 27 Sep 2004 8:59 | Modified: | 15 Oct 2004 12:29 |
Reporter: | bernhard schmidt | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.1.4 gamma | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[27 Sep 2004 8:59]
bernhard schmidt
[15 Oct 2004 12:29]
MySQL Verification Team
Hi, Thank you for the report, but I wasn't able to repeat it. [mysql] default-character-set=utf8 or [client] default-character-set=utf8 works fine for me.
[15 Oct 2004 15:29]
bernhard schmidt
hi try the following: - set the default character set. - use navicat or another sql query tool, set the character set to utf8 - use an sql statement that uses AES_ENCRYPT() or AES_DECRYPT() - you will get an error that latin1 and utf8 charsets can not be mixed. best regards benny