Hi ,

I am working in mysql . with the help of password() function I insert the
data in some table .

for example :-

insert into a values (password('name'));

when I fire select query . It shows me this -> 23e6065b74

I wants to decrypt the data again in same format as I insert with Select
query.

please tells me the process .

Thx in advance

Manish Mehta



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to