Solution:1
If you have access to database then follow these steps
- Choose the database of WordPress installation which password need to recover. if you don’t remember database name then go file directory of WordPress install and look for
define('DB_NAME', 'YOUR_DATABASE_NAME');in wp-config.php file - Once clicked on
userstable a list of users will show.Click onEditlink of the user whose password you want to reset. - In
user_passcolumn selectmd5in drowdown. - Enter the password of your choice in corresponding value field.
- Click on
Goto save the settings.
You should be able to Login with your new password