Reset worddpress admin password from MySQL

List user Wordpress users details 

SELECT ID, user_login, user_pass FROM wp_users;

Reset user password

UPDATE wp_users SET user_pass= "md5_password_here" WHERE ID = 1;

Share on Google Plus

About Penguin Technology

I am a passionate cloud and DevOps professional specializing in Linux and open-source solutions. Through this blog, I share my knowledge and experience with the community, offering tips and insights on cloud technologies and DevOps practices.
    Blogger Comment

0 comments:

Post a Comment