You can update a WordPress password through the database. This is helpful if you can't receive the password reset email.
- Log into phpMyAdmin.
- Click on the _users table.
- Click Edit next to the user you want to update.
- In the Value column, delete the contents of the user_pass box.
- Type your new password into the same box.
- In the function column, use the drop-down menu and select MD5.
- Click Go
You can now login with your new password




