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
users
table a list of users will show.Click onEdit
link of the user whose password you want to reset. - In
user_pass
column selectmd5
in drowdown. - Enter the password of your choice in corresponding value field.
- Click on
Go
to save the settings.
You should be able to Login with your new password