ID: 41753 Comment by: ng dot sick dot no at gmail dot com Reported By: filip at mxd dot biz Status: No Feedback Bug Type: MySQL related Operating System: W2K PHP Version: 5.2.3 New Comment:
This will happen if ALL of the conditions are met: 1. If you have installed MySQL server on the same machine and during MySQL installation, you have chosen to register MySQL in Window's PATH environment variable OR MySQL dll is placed in %WINDIR% / %WINDIR%\system32 2. You did not put PHP's directory to the PATH environment variable OR MySQL's folder has precedence over php's folder 3. Your installed MySQL version is not the same as PHP's MySQL library version on the same machine Try to upgrade MySQL to 5.0.45 and then copy libmysql.dll in MySQL's bin folder to: 1. Your PHP folder 2. %WINDIR% And check that PHP's directory is in the PATH environment variable, then the problem should be fixed Previous Comments: ------------------------------------------------------------------------ [2007-06-29 01:00:02] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2007-06-21 13:31:38] [EMAIL PROTECTED] Did you upgrade all dlls? And you don't have stale dlls laying around elsewhere? ------------------------------------------------------------------------ [2007-06-21 07:46:50] filip at mxd dot biz Description: ------------ After upgrading from PHP 5.2.2 for Windows, the bundled MySQL libraries do not work, either original libmysql.dll from 5.0 installation. Entry point for character set procedure cannot be found. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41753&edit=1