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 Kunder som kunne bruge dette svar
Hjalp dette svar dig?

Relaterede artikler

How to Add a Full Screen Background Image in WordPress

The use of background images on WordPress sites has become increasingly popular recently.Â...

How to Add a PDF Download to Posts in WordPress

To add a PDF to a WordPress post, from the left-hand navigation menu in WordPress: ClickÂ...

Disable/Enable All WordPress Plugins via the Database

  If your WordPress admin login page is only showing a blank screen, it could be due to an...

How to Change Your WordPress Login Username

If you do not want to use the default login username for WordPress, there are two options for...

Restrict WordPress Site Access by IP or Logged in Users

If you need to redirect restricted visitors to a specific page or prevent them from having...