How to reset your WordPress password via SQL
You may have the need to reset your wordpress password and here I’ll show you how to do that, assuming you have access to your sites MySQL database. WordPress stores the password for your user in the wp_users table. The password itself is assumed to be hashed with MD5. You can set a new password …