Home  >  Article  >  CMS Tutorial  >  How to use phpmyadmin to retrieve wordpress management password

How to use phpmyadmin to retrieve wordpress management password

王林
王林Original
2019-11-08 14:37:242185browse

How to use phpmyadmin to retrieve wordpress management password

How to use phpmyadmin to retrieve the WordPress management password:

1. Confirm your database name

Usually yes Multiple databases or multiple programs are installed in one database, so the preparation is to confirm your database name and wp prefix. The default WordPress prefix is ​​wp_, which can be found in wp-config.php in the WordPress root directory.

2. Log in to the database

In Cpanel or other control panels, find phpMyAdmin, enter the account password and log in. Find the wp database that needs to be operated and click Browse to enter the wp_users table.

3. Reset password string

Find the admin user, click the pencil icon to enter, and reset the user password.

Recommended tutorial: wordpress tutorial

The above is the detailed content of How to use phpmyadmin to retrieve wordpress management password. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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