|
Search:
Advanced search
|
Browse by category:
|
Contact Us |
How to reset password in Wordpress |
|||||
If in case your admin password is not working, you need to reset the password. Here is how you reset password from the database for wordpress. 1.Login to phpmyadmin. You need to look at the top line there. User ID #1 is you - the blog owner. You will see your login name, then a long string of letters and numbers. That's your password. 5.Now you see all the details associated with that user. To reset the password from backend: UPDATE `databasename`.`tablename` SET `password` = MD5( 'newpass' ) WHERE `tablename`.`id` =62 LIMIT 1 ; instead of id we can give any other details also. |
|||||
Powered by
Deru Communications (Webhosting Knowledgebase)