Categories
WordPress

Shortest Way to Change Your WordPress Password in MySQL

Run this query:

UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';
Categories
WordPress

Shortest Way to Change Your WordPress Password in MySQL

Run this query:

UPDATE `wp_users` SET `user_pass`= MD5('yourpassword') WHERE `user_login`='yourusername';
Design a site like this with WordPress.com
Get started