WordPress: Reset your Password with phpMyAdmin

Overview

This article explains how to reset a lost WordPress password using phpMyAdmin.

It is highly recommended that you backup your database before continuing.



What You Need

To perform this task, you will need the following items.

  1. The name of your WordPress database 
  2. Your Sive.Host cPanel username and password

Access phpMyAdmin

These steps explain how to access phpMyAdmin.

  1. Log in to your Sive.Host control panel
  2. Look for the Database tab section, select phpMyAdmin.

https://sive.host/titfombe/repository/Cpanel%20Advanced%20tab3. From the list of databases, select the database for your WordPress site.

Enter a New Password

These steps explain how to change the password in the database.

  1. On the left side of your screen, you should be able to see the table list. But sometimes, you still need to expand each individual database to be able to see the tables. You can do so by clicking the sign until the _users table shows up.

https://sive.host/titfombe/repository/phpmyadmin-expand-tables.png Note: In our example, the table prefix is "ce8_" the prefix varies from site to site, so don't worry if yours is different.

2. After clicking the _ user's table, options will pop up to the right.

https://sive.host/titfombe/repository/phpmyadmin-users.png

3. Click the edit button next to the user you want to set the password for.

https://sive.host/titfombe/repository/phpmyadmin-users-edit.png

4. Enter the new password into the password box in the user_pass line.

https://sive.host/titfombe/repository/phpmyadmin-users-password.png5. In the function drop-down box next to the password, choose MD5.

6. Click Go

 

 

The password has been reset. You can now log in to WordPress with your new password.

 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Why Videos Should Never be Uploaded to WordPress

  Video content can make a website a lot more interesting by adding additional value to a...

Optimizing WordPress

WordPress is currently one of the most popular blogging/CMS applications in use on our servers....

WordPress Home Fix

If the links in your blog show the wrong domain, redirect to another site or if they are...

How to Login to WordPress

Logging in to WordPress is as simple as visiting your WordPress dashboard URL.   Note: Your...

How to Install WordPress

WordPress is one of the most popular blogging platforms around for good reason. It is easy to...