MySQL Forums
Forum List  »  General

Re: PASSWORD in mysql 4.1.x
Posted by: Harrison Fisk
Date: March 06, 2005 09:02AM

Hi,

You don't. The password() function changed to be a more secure hasing algorithm. The details are at http://dev.mysql.com/doc/mysql/en/password-hashing.html

You should generally use one of the well defined functions such as MD5() or SHA1() for application use. http://dev.mysql.com/doc/mysql/en/encryption-functions.html says the same thing under the password() function.

Harrison Fisk, Trainer and Consultant
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Written By
Posted
March 05, 2005 07:47AM
Re: PASSWORD in mysql 4.1.x
March 06, 2005 09:02AM


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.