Hi!
hyunjun> I use mysql,apache,php4
hyunjun>
hyunjun> And charset = euc_kr.
hyunjun>
hyunjun> But I received "MySQL Connection Failed: Can't initialize character set 19
> (path: default) " message.
hyunjun>
hyunjun> Euc_kr.conf is not in /usr/local/mysql/share/mysql/charsets
hyunjun>
hyunjun> Why is not euc_kr??
Euc_kr is not a dynamic character set. This has to be incompiled in
your client to be used!
In other words: You need to get a client that is compiled with
--with-extra-charsets=complex
(All standard MySQL binary distributions is compiled with this option)
Regards,
Monty