How to Change Wordpress Password from PhpMyAdmin
In this tutorial, we're going to show you how to change the WordPress password of a user from PHPmyadmin in MySQL Database
So first of all login to the control panel of your web host once logged click on the PHPmyadmin option which is over here located in the database section inside PHPmyadmin
You can find the database of your website over here click on the connect
Now click on the option to access your database in the database, you have to find the WP users table in this table it contains the information about the registered users in WordPress
Once located click on it once there you can click on the edit option next to the user whose password you want to change once done you will be redirected to another page
There you can find user pass entry which is basically the password of the user, it is stored in the encrypted form enter that field and write down the new password select the encryption function you want to encrypt the password [use MD5 ] once done with that
Click on go and your changes will be saved and updated now try to log in with the new password write the username and you can see that we have successfully logged in with the new password
That's how two can change the password with PHPmyadmin of Wordpress similarly you can do it with other PHP scripts also
How to Change Wordpress Password from PhpMyAdmin
How to Change Wordpress Password from PhpMyAdmin