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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 23 = ?
Subscribe to this entry?

 
 [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: Thu Mar 28 15:01:29 2024 UTC