LMPX.COM |
Home | Linux | Mysql | PHP | XML | ||
|
|
|||
From: johannes@php.net Date: Tue Aug 19 03:03:00 2008 Subject: #45859 [Opn->Bgs]: Missing libmysql.dll
ID: 45859
Updated by: johannes@php.net
Reported By: dagdamor at simps dot ru
-Status: Open
+Status: Bogus
Bug Type: MySQL related
Operating System: Windows
PHP Version: 5.3.0alpha1
-Assigned To:
+Assigned To: mysql
New Comment:
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
libmysql.dll isn't needed anymore with 5.3 as mysqlnd was introduced as
client library.
"mysqlnd cannot connect to MySQL 4.1+ using old authentication" tells
you what the error is, please don't use the --old-passwords MySQL
option!
Previous Comments:
------------------------------------------------------------------------
[2008-08-19 08:14:14] dagdamor at simps dot ru
Description:
------------
There is no libmysql.dll in the php-5.3.0alpha2-dev-win32.zip archive.
I tried to use one from php-5.2.6-win32.zip (the last stable release),
but apparently it doesn't work.
P.S. If there is a more suitable place where I can post feedback about
testing PHP 5.3 on Windows, please tell :)
Reproduce code:
---------------
<?php
mysql_connect("localhost","root","12345") or die(mysql_error());
?>
Expected result:
----------------
No errors
Actual result:
--------------
Warning: mysql_connect() [function.mysql-connect]: OK packet 6 bytes
shorter than expected. PID=-387523 in W:\www\test53.php on line 3
Warning: mysql_connect() [function.mysql-connect]: mysqlnd cannot
connect to MySQL 4.1+ using old authentication in W:\www\test53.php on
line 3
Warning: mysql_connect() [function.mysql-connect]: in W:\www\test53.php
on line 3
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=45859&edit=1
| Navigate in group php.bugs at sever news.php.net | |
| Previous | Next |
| © No Copyright You are free to use Anything |
Site Maintained by Zareef Ahmed
Powered By PHP Consultants |