Re: Mysql upgrade problem 3.23 to 4.1

2004-12-22 Thread Gleb Paharenko
Hello.



The password hashing mechanism was updated in MySQL 4.1 to provide better 

security and to reduce the risk of passwords being intercepted. Use

OLD_PASSWORD() instead of PASSWORD. See:

  http://dev.mysql.com/doc/mysql/en/Password_hashing.html





Jerry Swanson [EMAIL PROTECTED] 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?

 



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
   ___/   www.mysql.com




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



Mysql upgrade problem 3.23 to 4.1

2004-12-21 Thread Jerry Swanson
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?

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



Re: Mysql upgrade problem 3.23 to 4.1

2004-12-21 Thread Jason Joines
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]


Re: Mysql upgrade problem 3.23 to 4.1

2004-12-21 Thread valentin_nils
Hi Jerry,


Did you read the documentation ?

It explains that you have to upgrade the mysql database wqith the
mysql_fix_privileges script.


Best regards

Nils Valentin
Tokyo / Japan

http://www.be-known-online.com



 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?

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




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