If you forget your wordpress account password, how to modify it through mysql database (illustration)

不言
Release: 2023-04-04 21:44:01
forward
3618 people have browsed it

The content of this article is about how to modify the WordPress account password through the MySQL database if you forget it (illustration). It has certain reference value. Friends in need can refer to it. I hope it will help You helped.

The WordPress program is relatively popular and is widely used by large websites, small blogs and foreign trade. It is normal to occasionally forget passwords and accounts for various reasons; all WordPress account information exists database. Therefore, if you want to modify it, you can only search the database and then modify it in the database. (Recommended course: MySQL Tutorial)

If you forget your wordpress account password, how to modify it through mysql database (illustration)

Tools/Materials

phpmyadmin Manager

Method/Step

1. Find the website database management tool PHPmyadmin, usually in the data advanced manager provided by the virtual host.

If you forget your wordpress account password, how to modify it through mysql database (illustration)

2. Fill in the correct user name and password, log in to the database

If you forget your wordpress account password, how to modify it through mysql database (illustration)

3. Find the database that needs to be modified and click Enter the database name

If you forget your wordpress account password, how to modify it through mysql database (illustration)

4. After entering the database, click "wp_users" to enter the table field

If you forget your wordpress account password, how to modify it through mysql database (illustration)

##5. See As shown in the figure, they are the user name and user password (MD5), and the password is irreversible MD5 encryption.

If you forget your wordpress account password, how to modify it through mysql database (illustration)##6. Change the password to "123456", then Baidu will replace its MD5 with "E10ADC3949BA59ABBE56E057F20F883E"

If you forget your wordpress account password, how to modify it through mysql database (illustration) 7. Return to the database password table, paste the converted MD5 code into the position shown in the picture, and save it automatically. The password has been modified successfully.

If you forget your wordpress account password, how to modify it through mysql database (illustration)8. User name modification : It’s also the same as the previous step, but no conversion is required; just modify it directly.

9. In the background settings, change the password again

Notes

Please note that after modification, do not use the MD5 code to log in, but use 123456

This article ends here. For more information about the MySQL tutorial, you can follow this URL

http://www.php.cn/course/list/51.html

.

The above is the detailed content of If you forget your wordpress account password, how to modify it through mysql database (illustration). For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:百度经验
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!