on 5/16/01 10:44 PM, andrie at [EMAIL PROTECTED] wrote:

> we know that every password in mysql was encryption using PASSWORD
> function. i have case that make me to send user password bymail.
> how can i get this user password ?

You can't.  It's a one way encryption.  You'll need to log into MySQL as
root and set the password to a new password that you can send to the user.

Paul


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to