Re: Cyrillic characters in Mysql 3.23.55
Posted by: Shuichi Tamagawa
Date: May 26, 2005 01:26PM

As long as I see the result from SHOW VARIABLES LIKE 'CHAR%' in 3.23.58, character sets cp1251, koi8_ukr, win1251_ukr, which seems to support Cyrillic characters, are available.

Try start server, create a table, insert some data after setting 'default-character-set' parameter in [mysqld] section of my.ini (or my.cnf on linux/unix). You might want to set the same parameter in [mysql] section for the test from mysql client program.

For example:

------------------------------------
[mysqld]
default-character-set = cp1251

[mysql]
default-character-set = cp1251

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Cyrillic characters in Mysql 3.23.55
2896
May 26, 2005 01:26PM


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.