Bug #58990 | character-set-server defined in configuration file does not work. | ||
---|---|---|---|
Submitted: | 17 Dec 2010 1:55 | Modified: | 24 Dec 2010 0:41 |
Reporter: | HOSHNIO Takashi | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Charsets | Severity: | S3 (Non-critical) |
Version: | 5.5.8 | OS: | Linux (Ubuntu 10.04.1 x86_64) |
Assigned to: | CPU Architecture: | Any |
[17 Dec 2010 1:55]
HOSHNIO Takashi
[17 Dec 2010 7:40]
Susanne Ebrecht
Many thanks for writing a bug report. You can't set utf8mb4 at default character set.
[22 Dec 2010 9:11]
Susanne Ebrecht
Many thanks for writing a bug report. My tests show that it works well: my.cnf: [mysqld] ... character-set-server = utf8mb4 ... Restart server Connect to server SHOW VARIABLES LIKE 'character_set_server'; => utf8mb4
[22 Dec 2010 9:41]
Alexander Barkov
There is a typo in the original report: [client] default-character-set = utr8mb4 It should be: [client] default-character-set = utf8mb4 (notice "utr" vs "utf") This typo might be the source of the problem.
[24 Dec 2010 0:41]
HOSHNIO Takashi
Sorry, this is not a bug. My configuration was wrong. I confirmed the setting works with the official binary and correct configuration file. Thank you.