Hi,
Please help me out.....
I have created an user in the Mysql database with the password.
user : san
password : san
when i run this query :
my password has been saved like this:(in encrypted form)
*F9DCEA38BC61CA BE87B60ACE7635F 05473FA90AB
How i can retrieve my password in decrypted form :
please help me out ? is it possible
Please help me out.....
I have created an user in the Mysql database with the password.
user : san
password : san
when i run this query :
select host,user,passw ord from user ;
*F9DCEA38BC61CA BE87B60ACE7635F 05473FA90AB
How i can retrieve my password in decrypted form :
please help me out ? is it possible
Comment