Cyril,
Friday, September 27, 2002, 4:19:25 PM, you wrote:

CZ> if I build mysql with
CZ> ./configure --with-charset=koi8_ru
CZ> then check (make; make check; make test) failed!

Because MySQL by default uses latin1 character set and you have compiled only
with koi8_ru.

CZ> But if I build mysql with
CZ> ./configure --with-extra-charsets=all 
CZ> and then insert in /etc/my.cfg before mysqld start this strings:
CZ> ---cut---
CZ> [mysqld]
CZ> character-sets-dir=/usr/share/mysql/charsets/
CZ> default-character-set=koi8_ru
CZ> ---cut---
CZ> then all OK and query "INSERT INTO COUNTRIES VALUES ('Исландия')" not fail!

That's right.


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to