Jerry Swanson wrote:
I upgraded mysql  mysql-3.23.58-1  to  mysql4.1

In mysql-3.23 ( I have this field)
password | varbinary(45) | YES | | NULL |


I inserted data into this field as password('pass').

I have php script that checks if login valid.  mysql-3.23 and
mysql-4.1 have identical data.

It worked on mysql-3.23 but doesn't work on mysql4.1. Password don't match.

Any ideas why?


password('pass') generates different values in 3.23 and 4.1. http://dev.mysql.com/doc/mysql/en/Password_hashing.html


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to