Categories WordPress Shortest Way to Change Your WordPress Password in MySQL Post author By Rod Post date March 3, 2018 No Comments on Shortest Way to Change Your WordPress Password in MySQL Run this query: UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername'; Tags mysql, password, WordPress