php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16978 more mysql module info in phpinfo();
Submitted: 2002-05-02 17:37 UTC Modified: 2002-07-20 07:11 UTC
From: milan at pes dot cz Assigned: georg (profile)
Status: Not a bug Package: MySQL related
PHP Version: 4.2.0 OS: all
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: milan at pes dot cz
New email:
PHP Version: OS:

 

 [2002-05-02 17:37 UTC] milan at pes dot cz
Hello,
PHP is version 4.1.1
there some strange error in connection with mysql server.
Server run in charset win1250 and if I want to connect from Win2000 server IIS5 with PHP as CGI ap. I got this error message:

File 'c:\mysql\\share\charsets\?.conf' not found (Errcode: 2) Character set '#26' is not a compiled character set and is not specified in the 'c:\mysql\\share\charsets\Index' file

what can I do with it?

Client version in binary distr. is 3.23.39

Milan
milan@pes.cz

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-05-26 14:02 UTC] derick@php.net
Can you please try a newer PHP and MySQL version. We run the same setup like this and have no problems.

Derick
 [2002-07-20 07:11 UTC] georg@php.net
If the charset is not part of your binary libmysqlclient, you have to compile libmysql from source with the required charset, or to provide the charset in the right directory. This is not a php related problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 13:01:31 2024 UTC