MySQL Forums
Forum List  »  Install & Repo

Re: Lighten up, man!
Posted by: Anuj Garg
Date: March 24, 2007 02:58PM

I was getting the same error number 1251 mysql_connect Client does not support authentication profocol requested by server, consider upgrading mysql client. I was using mysql 4.1, php 4.4 and IIS 5.1 on windows xp.

I upgraded to php 5.2 to solve this problem. I have also placed php_mysql.dll in c:/php/ext directory. Added this path to extension_dir in php.ini
I have copied libmysql.dll to both c:\windows\system32\ and to c:\php. From command line mysql is working fine. But when I fired http:/localhost/test.php it showed "Hello Word" as well as phpinfo() data but I am getting this message "1
Fatal error: Call to undefined function mysql_get_client_info() in C:\Inetpub\wwwroot\phptry1.php on line 12"

Please help

Options: ReplyQuote


Subject
Written By
Posted
December 31, 2005 12:02AM
December 31, 2005 02:28AM
March 29, 2006 03:12AM
Re: Lighten up, man!
March 24, 2007 02:58PM
January 03, 2006 07:48AM
March 16, 2006 10:03AM
November 02, 2005 07:38AM
January 16, 2006 03:46PM
July 24, 2006 07:40AM
March 28, 2006 11:18PM
August 23, 2006 01:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.