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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bdemircan at yahoo dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 02:01:28 2025 UTC