MySQL Forums
Forum List  »  Newbie

Re: Password Hashing: Don't know anymore :(
Posted by: Dirk Kalkman
Date: June 28, 2005 02:28AM

I found the problem with the help of the systemengineers at my work.

Fedora Core 3 is distibuted with MySQL 3.23 and because of that the RPM of php for FC3 is build with the mysql libriries of MySQL 3.23.
To fix this I did the following.

I apt-get the source of php.
Compiled it with the new libraries.
Removed all the existing installed PHP and modules.
And installed the new selfmade RPM.

Now my PHPinfo tells me that I use "Client API version 4.1.11"

And the new Password Hashing works perfect. :)

Options: ReplyQuote


Subject
Written By
Posted
Re: Password Hashing: Don't know anymore :(
June 28, 2005 02:28AM


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.