What to do if you forget your password in wordpress

The wordpress blog I installed myself, because the password is automatically generated, I used to log in automatically, but I never remembered it... The tragedy has not changed the password, what should I do if I forget the wordpress password?

Tools/Materials

  • phpMyAdmin

method/step

  1. You need to use phpMyAdmin here. Virtual machines generally have this function. If it is your own server or local, you can download and install this software. It is the best management software in the mysql database.
  2.  After entering phpmyadmin, find your wordpres database, click on the picture circle to modify the field.
  3.  Here you will see your login account, in this case it is admin (under user_login), and the password is the user_pass field (a string of characters). Because it is an encrypted password, you cannot directly change it to a normal password. Click on the circled place to modify.
  4.  Change the encrypted password to "5d41402abc4b2a76b9719d911017c592" and click to execute. (in quotation marks)
  5.  Here you will be prompted that the modification was successful.
  6.  Finally, use the password hello to log in to the background (because the account has not been modified, so the account is still yours, in this case it is admin), remember to change the password in the background after logging in, don't forget it again.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325295853&siteId=291194637
Recommended