Re: Cyrillic characters in Mysql 3.23.55
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
Subject
Views
Written By
Posted
6291
May 26, 2005 02:39AM
Re: Cyrillic characters in Mysql 3.23.55
2959
May 26, 2005 01:26PM
2878
May 29, 2005 05:33AM
2477
May 29, 2005 11:24AM
2438
May 29, 2005 04:07PM
2689
May 31, 2005 12:09PM
2297
June 01, 2005 03:17PM
2185
June 01, 2005 06:03PM
3294
June 02, 2005 05:18PM
2453
June 02, 2005 10:34PM
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.