Bug #6527 | corruption of unicode char 0x0401 (utf8 0xd081) when saving it into utf8-table | ||
---|---|---|---|
Submitted: | 9 Nov 2004 18:31 | Modified: | 15 Nov 2004 19:27 |
Reporter: | Alexander Valyalkin | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 4.1.7 | OS: | Linux (Linux, Windows) |
Assigned to: | CPU Architecture: | Any |
[9 Nov 2004 18:31]
Alexander Valyalkin
[12 Nov 2004 14:49]
MySQL Verification Team
What is the output of SHOW VARIABLES LIKE "character%"? Check that appropriate variables are set to utf8.
[15 Nov 2004 17:47]
Alexander Valyalkin
Thanks! I've decided my problem by setting the following character_set_* by utf8: SET character_set_client = utf8; SET character_set_connection = utf8; SET character_set_results = utf8;