WordPress FAQ

How to Add an Admin User to WordPress

Adding an admin user is best performed through the WordPress dashboard to ensure proper user role assignment and database integrity. low confidence based on 0 community reports

Adding an admin user is best performed through the WordPress dashboard to ensure proper user role assignment and database integrity.

Based on 0 community reports.

Linked sources: 9.

Known Issues

Community Q&A

How do I add a new admin user in WordPress?

Navigate to Users > Add New in your WordPress dashboard, fill in the required details, and select ‘Administrator’ from the Role dropdown menu.

Can I add an admin user via phpMyAdmin?

Yes, you can insert a new row into the wp_users and wp_usermeta tables, though this is risky and should only be done if you are locked out.

Reddit Sources