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
6410
May 26, 2005 02:39AM
Re: Cyrillic characters in Mysql 3.23.55
2990
May 26, 2005 01:26PM
2946
May 29, 2005 05:33AM
2529
May 29, 2005 11:24AM
2483
May 29, 2005 04:07PM
2742
May 31, 2005 12:09PM
2346
June 01, 2005 03:17PM
2248
June 01, 2005 06:03PM
3355
June 02, 2005 05:18PM
2515
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.