Deru Knowledgebase
Search:     Advanced search
Browse by category:
Contact Us

How to reset password in Wordpress

Add comment
Views: 1283
Votes: 0
Comments: 0
Posted: 09 Aug, 2009
by: Vinisha G.
Updated: 24 Jul, 2012
by: Joseph S.

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.
2.Click 'databases'
3.A list of your databases will appear. Click the one that is your WordPress database.
All the tables in your database will appear.
4.Click on the small icon indicated. Hovering this icon should show the word 'browse'.
The next screen will show who is registered on your blog.

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.
Across from the 'user_pass' is your encoded password.

6.Delete that long string of characters.
Now type in the password you want to use. Just type it in normally, but remember, it is case-sensitive.
In this example, my new password will be 'carrots' (1)
Once you have done that, click the dropdown menu indicated, and select MD5 from the menu. (2)

7.All good ? Click the 'Go' button to the bottom right.

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.

Others in this Category
document My web pages aren't being updated when I upload...
document How do I setup and use SSH?
document How do I block an IP address using Cpanel?
document How do I backup & restore a MySQL database using phpMyAdmin?
document How to redirect your site form domain-name.com to www.domain-name.com?
document How to Upgrade Wordpress Manually?
document Setting Default Page with Plesk
document How do I create a MySQL database in Plesk?
document How you replace your php fopen function with curl?
document Cpanel showing incorrect disk usage
document Album access issue in Gallery
document Error :: Access denied; you need the SUPER privilege for this operation.
document How to install Cpanel Proxy
document How to view mail header in different email clients
document How to make hosting secure
document How to view the bandwidth details of the domain via cPanel?
document How to use Awstats, webalizer, Analog to view the traffic details of the domain?
document How to improve wordpress performance?
document How to reset the Joomla admin password
document How to reset the Magento admin password
document How to reset the Drupal admin password
document How to reset the Expression Engine admin password?
document How to reset email account password in webmin control panel?
document How to set up email forwarder using usermin?
document How to Exclude unwanted Files from Backup in cPanel !!
document How to enable webmail in the email account, if it is disabled?
document Bandwidth reset after migration in a cPanel server
document How to view the traffic usage statistics using Plesk control panel?
document How to create database, FTP accounts in Plesk?
document 'hosts' file and its location in different OS
document How to optimize MySQL database using phpMyAdmin?
document How to restrict the number of simultaneous connections to a server in FileZilla?
document How do I enable hotlink protection?
document How to repair a broken database?



RSS