Victoria Reznichenko wrote:
> 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.
but if compile MySQL with
./configure --with-charset=koi8_ru --with-extra-charsets=all
check (make; make check; make test) failed too!
That's right?

> 
> 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.
> 
> 



---------------------------------------------------------------------
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