php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10337 Can not set character set while connecting mysql
Submitted: 2001-04-15 12:49 UTC Modified: 2001-06-21 23:32 UTC
From: bdemircan at yahoo dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.4pl1 OS: win32
Private report: No CVE-ID: None
 [2001-04-15 12:49 UTC] bdemircan at yahoo dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-02 22:18 UTC] sniper@php.net
Does this happen with latest snapshot build from here:

http://www.zend.com/snapshots/

--Jani

 [2001-06-21 23:32 UTC] sniper@php.net
No feedback. If this happens with PHP 4.0.6, reopen.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 03:01:29 2024 UTC