php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9753 MySQL Connection Failed: Can't initialize character set 14 (path: default)
Submitted: 2001-03-14 11:57 UTC Modified: 2001-03-14 12:00 UTC
From: sdneprov at yahoo dot com Assigned:
Status: Closed Package: MySQL related
PHP Version: 4.0.4pl1 OS: RedHat 7.0
Private report: No CVE-ID: None
 [2001-03-14 11:57 UTC] sdneprov at yahoo dot com
php compiled with build-in mysql support

my.cnf:
default-character-set=cp1251

script.php:
mysql_connect(...);

Warning appears:
Warning: MySQL Connection Failed: Can't initialize character set 14 (path: default) in /path/script.php on line 14

Connection to SQL server is not established.

This warning didn't appear n previous versions. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-14 12:00 UTC] sniper@php.net
This is fixed in CVS. Try the latest CVS snapshot from
http://snaps.php.net/ 

--Jani

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