This is a discussion on PHP and MySQL 5 within the PHP Language forums, part of the PHP Programming Forums category; I'm trying to develop under the newest MySQL using PHP. Problem is that the newer versions of MySQL use ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to develop under the newest MySQL using PHP. Problem is
that the newer versions of MySQL use a beafier hashing algorithm. I can reverse the hash to a 16 bit one within MySQL, but I don't want to do this because I would then only be able to access it with older applications. (MySQL querybrowser will not work correctly in this case) Is it possible to get PHP to use the newer 41 bit hash when authenticating with MySQL?? Thanks Matt |