Skip to main content

Posts

Showing posts with the label To add or remove a WordPress admin user using phpMyAdmin

Schema কি? (What is schema?)

To add or remove a WordPress admin user using phpMyAdmin

To add or remove a WordPress admin user using phpMyAdmin, you'll need to access your WordPress database and make changes to the wp_users table. Here's a step-by-step guide: Adding an Admin User: Access phpMyAdmin : Log in to your web hosting control panel. Find and open phpMyAdmin. Select Your WordPress Database : In phpMyAdmin, locate and select your WordPress database from the list on the left-hand side. Open the wp_users Table : Once inside your WordPress database, find and click on the wp_users table. It should be listed in the sidebar. Insert a New Admin User : Click on the "Insert" tab or "Insert" button (depending on your phpMyAdmin version). Fill in the required fields for the new admin user: user_login : Enter the desired username for the new admin user. user_pass : Enter a password for the new admin user. Make sure to select "MD5" from the dropdown menu for the password field. user_nicename : Enter the display name for the new admin us...