If you try to use a character set that is not compiled into your binary, you can run into a couple of different problems:
--character-sets-dir
option to the program in question.
ERROR 1105: File '/usr/local/share/mysql/charsets/?.conf' not found (Errcode: 2)In this case you should either get a new
Index
file or add
by hand the name of any missing character sets.
For MyISAM
tables, you can check the character set name and number for a
table with myisamchk -dvv table_name
.
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.