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';

Leave a comment

Design a site like this with WordPress.com
Get started