Re: hello, i need help, about mysql MISSING charsets

2002-04-16 Thread Xuefer


i've report this bug to php, they said it's not bug of php
but i've found the problem

* ALL is ok for SERVER, problem issue only by CLIENT(libmysql.a)

php-win-binary don't compile libmysql supporting GBK charset!
neight other multibyte charset.
also the one i compiled is linked with libmysql.a without GBK build-in

but It might NOT a bug, just a SERIOUS problem:
does a clinet REALLY need build-in charset?
ctype-gbk.c is about 140KB! how can EVERY client bear that? :(


> Victoria Reznichenko wrote:
> It might be PHP or Apache problem. Please, check how encoding works
> with another client (i.e. MySQL client package).

> Did you specified path to your character set dirs in the my.cnf (my.ini) file?
GBK should be buildin charset, shouldn't in that path.
but now, what i can do is just copy latin1.conf to gbk.conf

> What exactly doesn't work?
client complain about missing charset #28 (gbk)


Xuefer
[EMAIL PROTECTED]
2002-04-16



-
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




Re: hello, i need help, about mysql MISSING charsets

2002-04-15 Thread Victoria Reznichenko

Xuefer,
Monday, April 15, 2002, 8:55:08 AM, you wrote:

X> mysql-4.01
X> binary package
X> windows

X> also the same in linux source/binary package

X> when SHOW VARIABLES
X> got:
X> -
X> character_set gbk 
X> character_sets latin1 big5 czech euc_kr gb2312 gbk latin1_de sjis tis620 ujis dec8 
dos german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 estonia 
hungarian koi8_ukr win1251ukr greek
X> win1250 croat cp1257 latin5 
X> -

X> but in apache+php, file Apache\logs\error.log
X> got:
X> -
X> File 'c:\mysql\\share\charsets\gbk.conf' not found (Errcode: 2)
X> Character set '#28' is not a compiled character set and is not specified in the 
'c:\mysql\\share\charsets\Index' file
X> -

It might be PHP or Apache problem. Please, check how encoding works
with another client (i.e. MySQL client package).

Did you specified path to your character set dirs in the my.cnf (my.ini)
file?

X> i've also compiled in linux with charset gbk
X> gbk should work, but it didn't

What exactly doesn't work?

X> why? either with gb2312
X> does MultiByte Charset support broken?

X> Xuefer




-- 
For technical support contracts, goto https://order.mysql.com/
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




hello, i need help, about mysql MISSING charsets

2002-04-14 Thread Xuefer

mysql:

mysql-4.01
binary package
windows

also the same in linux source/binary package

when SHOW VARIABLES
got:
-
character_set gbk 
character_sets latin1 big5 czech euc_kr gb2312 gbk latin1_de sjis tis620 ujis dec8 dos 
german1 hp8 koi8_ru latin2 swe7 usa7 cp1251 danish hebrew win1251 estonia hungarian 
koi8_ukr win1251ukr greek win1250 croat cp1257 latin5 
-

but in apache+php, file Apache\logs\error.log
got:
-
File 'c:\mysql\\share\charsets\gbk.conf' not found (Errcode: 2)
Character set '#28' is not a compiled character set and is not specified in the 
'c:\mysql\\share\charsets\Index' file
-

i've also compiled in linux with charset gbk
gbk should work, but it didn't

why? either with gb2312
does MultiByte Charset support broken?

Xuefer
[EMAIL PROTECTED]
2002-04-12

-
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