[PHP-DB] user need password

2001-05-16 Thread andrie

Hello php-db,
  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 ?



-- 
Best regards, TIA
 andrie  mailto:[EMAIL PROTECTED]



-- 
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]




Re: [PHP-DB] user need password

2001-05-16 Thread Paul Burney

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]