Re: Character set 'gbk' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file
Posted by: karl wu
Date: May 14, 2007 03:23AM

i also meet this problem
i compile the mysql-5.0.22 with
./configure --prefix=/opt/mysql --with-charset=gbk --with-extra-charsets=“gbk,gb2312,big5,utf8"
then fininshed
i run the command
/opt/mysql/bin/mysql -u root
the error is also like this:
/opt/mysql/bin/mysql: Character set 'gbk' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file

change the default character set=latin1 ,also work well

the reason is the verison can't support the gbk ?
i also don'know what's the reason?
thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Character set 'gbk' is not a compiled character set and is not specified in the '/usr/local/share/mysql/charsets/Index.xml' file
5385
May 14, 2007 03:23AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.