Created: 2017.03.28
- Get database name from
wp-config.php
- Choose a new password
- Convert the password into MD5 (or use Encrypted Wordpress hash password generator)
- Load phpMyAdmin on the local or remote host
- Locate the
6q3rVgtQsiH0820S_2_users
table - Edit the admin user
- Replace the
user_pass
field with the MD5 hash - Save the change
- Login as normal at
/wp-admin