How To Change A Password In WordPress Using The MySQL CLI
erics, Posted July 29th, 2011 at 10:39:07am
1 2 |
UPDATE wp_users SET user_pass = MD5('new_password_here') WHERE user_login = "login_to_change_here"; |
Leave Your Comment
All fields marked with "*" are required.