Bug #6977 utf8 charset not compiled in 4.1.7 linux rpms?
Submitted: 3 Dec 2004 6:55 Modified: 7 Feb 2005 16:40
Reporter: Eric Koh Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.7 OS:Linux (red hat 3es)
Assigned to: CPU Architecture:Any

[3 Dec 2004 6:55] Eric Koh
Description:
I'm using the official 4.1.7 linux RPMs:
mysql  Ver 14.7 Distrib 4.1.7, for pc-linux (i686)

Error Logs are filled with such entries
File '/usr/share/mysql/charsets/?.conf' not found (Errcode: 2)
Character set '#33' is not a compiled character set and is not specified in the '/usr/share/mysql/charsets/Index' file

Other users reported the same problem with 4.1.7
http://bugs.mysql.com/bug.php?id=312

How to repeat:
Start the MySQL server with default charset+collation to utf8

ie. inside my.cnf

[mysqld]
default-character-set=utf8
default-collation=utf8_general_ci
[7 Feb 2005 16:40] MySQL Verification Team
Hello,

Thank you for the report, but I wasn't able reproduce it on my linux box.