WordPress reset admin password

To reset the admin password in WordPress via MySQL

UPDATE wp_users set user_pass=MD5('newpassword') where user_login='admin'

 

Gareth
Buy Me A Coffee
back arrowBack to Index