0

How to reset guest book admin password

Wednesday, November 7, 2007

How to reset guest book admin password

Modify the code according to the requirement. You can do it using the phpMyadmin.
1. Login into the phpMyadmin
2. Use the corresponding guest book database.
3. Run the following query after necessary modification
INSERT INTO `book_auth`
VALUES ( 5, 'admin', PASSWORD( '7iafl6prlazl' ) , 'cd2c6d5e457641991d52da8fb6d87c08', '1013100791
' )
4. You can login guest book admin using the username admin with the corresponding password.


Note: Enter the password inside the PASSWORD(' '); You can enter code or bash commands like this.

0 Responses to "How to reset guest book admin password"