[PHP-DEV] Bug #10337: Can not set character set while connecting mysql From: bdemircan <email protected>
Date: 04/15/01

From: bdemircan <email protected>
Operating system: win32
PHP version: 4.0.4pl1
PHP Bug Type: MySQL related
Bug description: Can not set character set while connecting mysql

I am using mysql and php in an win32 environment.
My application uses Turkish (latin5) character set
which is supported by MySQL. Although i do not recieve
any error messages while connecting to mysql server
from PHP with latin1 character set, I can not do it
with latin5 character set and take an error message like :"not set character set 30".

There is another point which should be considered :
I do not receive any error messages with latin5 character
set while connecting through ODBC or mysql client.

mysql settings are:
[mysqld]
default-character-set=latin5
[client_fltk]
default-character-set=latin5

-- 
Edit Bug report at: http://bugs.php.net/?id=10337&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>