Lego2012
12/13/2016 - 11:20 AM

Reset Admin Password Through Database

Reset Admin Password Through Database

<!-- You'll need to be able to run SQL on that database, like for example, through phpMyAdmin. -->

UPDATE `wp_users` SET `user_pass` = MD5( 'new_password_here' ) WHERE `wp_users`.`user_login` = "admin_username";