What should I do if I forgot my account password?

Imperial Backup King is really a great help to us webmasters who use MYSQL. We can not only easily and safely back up data, but also restore it to the database completely, such as what to change space , moved, restored data...it helped a lot

But what should we do when we forget the background username and password? Is it wrong to try left and right? Are you in a hurry?

No hurry, take your time, first we go to FTP to find the directory where Imperial Backup King is installed, then find the config.php file in the Class folder, download it locally, or edit it directly, whatever is convenient for you!

After opening the file, find:
//USER
$set_username=”admin”;
$set_password=”14e1b600b1fd579f47433b88e8d85291”;

username is the login user name
password, followed by the encrypted field of password 123456

The passwords here are all encrypted by MD5, so we can't easily see the real password

Of course, we can use the third-party query tool www.cmd5.com

Of course, there are many such query tools, you can Baidu

But if you set a complex password, you can’t find it out at once, you have to register, or something

But there is another way, that is, you can carefully recall the passwords you have set up one by one.

Then enter the password you may have set before in www.cmd5.com. If the following md5 32-bit encrypted characters are the same as the encrypted characters in your file, then you don’t need to change it. We will retrieve the password Have you got the password? Of course we don’t need it to crack it for us, right?

If you really can’t find it, then let’s change it, the method is the same as above, enter the password you want to change in www.cmd5.com,
get the 32-digit code and paste it to $set_password=”paste here”;

Then save and upload the overlay and it's OK

Guess you like

Origin blog.csdn.net/whoas123/article/details/89069780