In MySQL server we have to explain the password function() and how it will recover a password in its string form. The password function is mainly used for authentication. The password function encrypts the string into a binary form. Recover a password in text form and set the old password and select it in the text form. The password function returns it in string form and restores a password in plain text. Password also stores as a record on server. In the following figures we have a database table "employees" and use it with some query with showing result such as follows.mysql-> select * from myworld;
Read more: C# Corner
QR:
QR:
0 comments:
Post a Comment