[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

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