Ankit Sudhera Portfolio Website

Programming and Support is my Quality
Programming and Support is my Quality
Programming and Support is my Quality

Forum

How to create a new...
 
Notifications
Clear all

How to create a new WordPress admin user in phpMyAdmin

1 Posts
1 Users
0 Reactions
233 Views
(@ankitbnl406)
Member Admin
Joined: 2 years ago
Posts: 6
Topic starter  
  1. Open Phpmyadmin application.
  2. Select your database.
  3. Go to wp_users table and add a new user.
  4. Then go to wp_usermeta and add below details: 
    • user_id: Fill in the ID of the user you created in the previous step.
    • meta_key: Enter wp_capabilities
    • meta_value: Fill in the field with a:1:{s:13:"administrator";s:1:"1";}
  5. You can now log in to your WordPress site as admin using the created credentials.

If you like this article please share or add a link to your site, Blog, Facebook page, Twitter or any online page. Thank you.


   
Quote