At 14:09 +0200 6/13/06, Kim Christensen wrote:
On 6/13/06, Barry <[EMAIL PROTECTED]> wrote:
Kaushal Shriyan schrieb:
 Hi

 I have a situation here how can i decrypt the mysql database userrs
 password

 Kaushal
Not possible.

It is possible. However, that depends on which version of MySQL you
are using - and which crypt method you are using for the passwords.

mysql.user.Password is encrypted using the same algorithm as the PASSWORD()
function.  The algorithm changed in 4.1.0 and again in 4.1.1, but in all
cases, it is one-way encryption.

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

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

Reply via email to