Bug #12484 euc_kr.xml not found in share/characters
Submitted: 10 Aug 2005 6:52 Modified: 12 Aug 2005 16:43
Reporter: Hyeonwoo Oh Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:4.1.3 OS:Windows (Windows 2003)
Assigned to: CPU Architecture:Any

[10 Aug 2005 6:52] Hyeonwoo Oh
Description:
Apache log says like below.

File 'c:\mysql\share\charsets\?.conf' not found (Errcode: 2)
Character set '#19' is not a compiled character set and is not specified in the 'c:\mysql\share\charsets\Index' file

Using character set is euc_kr.

Maybe euc_kr.xml is not found in share/characters folder.
What can I do for it?

Thanks in advance.

How to repeat:
set character set as euc_kr.
restart mysql
[12 Aug 2005 16:43] Aleksey Kishkin
Hyeonwoo, it means your server is 4.1 or later, but apache uses old client libraries (from mysql 4.0).

In mysql 4.0 information about charset were in the .conf files , in the 4.1 and later - in the .xml files. So you need either rebuild apache modules (that uses mysql) with new mysql client, or put necessary files from mysql 4.0 installation (where old client can find them)