Search the MySQL manual:

4.6.7 Problems With Character Sets

If you try to use a character set that is not compiled into your binary, you can run into a couple of different problems:

For MyISAM tables, you can check the character set name and number for a table with myisamchk -dvv table_name.

User Comments

Posted by [name withheld] on Friday May 17 2002, @6:24am[Delete] [Edit]

Seems like there's a curent bug under winNT
servers.
No matter what i do i get the
Error "File 'c:\mysql\\share\charsets\?.conf'
not found (Errcode: 2) Character set '#16' is
not a compiled character set and is not specified
in the 'c:\mysql\\share\charsets\Index' file "

altho mysql is running under d:\mysql and
configured to run that way.

Add your own comment.