You can create a new WordPress admin user from within the database
Create an admin user in the WordPress database
You can create a new WordPress admin user from within the database. Use this method if your original admin user was corrupted or removed.
Warning: You should always back up your site before making changes to the database.
Field |
Value to enter |
ID |
Any number that is not already used by another user. Make note of this number since you'll need to use it when you create the wp_usermeta table entry. |
user_login |
Username for accessing the WordPress dashboard. |
user_pass |
Password for this user. Warning: Make sure to select MD5 in the Function column. |
user_nicename |
The nickname for this user. |
user_email |
Email address for this user. |
user_registered |
Select the calendar icon and then select the date and time this user was registered. |
user_status |
Set this to 0. |
display_name |
Name that will display for this user. |
Field |
Value to enter |
user_id |
Enter the ID from step 5. |
meta_key |
Enter the word capabilities preceded by the database prefix noted in Step 8 (for example, if your database prefix was wp_, enter wp_capabilities, if it's wp_1wsryb9585_, enter wp_1wsryb9585_capabilities and so on). |
meta_value |
Copy and enter the following: a:1:{s:13:"administrator";s:1:"1";} |
Field |
What it is... |
user_id |
Enter the ID from step 5. |
meta_key |
Enter the word user_level preceded by the database prefix noted in Step 8 (for example, if your database prefix was wp_, enter wp_user_level, if it's wp_1wsryb9585_, enter wp_1wsryb9585_user_level and so on). |
meta_value |
Enter number 10. |
You can now sign in to WordPress with your new username and password.
Note: To be able to sign into WordPress with a new user, your sign-in page has to work properly. If there's an error on the sign-in page, you'll have to fix the error first.
Need help? Find help in our knowledgebase or simply chat to us .
Wurk and its subsidiaries are registered services provider.