WordPress recovering admin password via PhpMyAdmin
- Go to the database and look up the table
wp_users. - Scroll to your username
- replace the value of “user_pass” with “$1$dgce9Lop$A9.gfUeaHfPFXLraMbR.L/”
This is the MD 5 hash for the password “admin” - save row and now you should be able to log in using your username and with the new password admin.
- Once you log in make sure to change your password to something more secure.
Joseph