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.
Based on 0 community reports.
Linked sources: 9.
Known Issues
- Incorrect database table prefix
- Insufficient user permissions
- Cache interference after user creation
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
- Built a complete 3D product configurator system for WordPress/WooCommerce with containerized architecture - sharing the technical approach (r/Wordpress)
- WordPress custom AJAX form submits silently — no email sent, no console errors (r/Wordpress)
- Shortcode for password reset email? (r/Wordpress)
- Hot Topic - WordPress Admin Color and how to roll it back! (r/Wordpress)
- Looking for feedback on an idea - AI-generated WordPress plugins (r/Wordpress)
- Looking for feedback on an idea - AI-generated WordPress plugins (r/Wordpress)
- The “boring” WordPress ops stack that stops 90% of downtime, hacks, and surprise bills (a practical playbook) (r/Wordpress)
- WordPress’ Inherent Bottlenecks & Architectural Limits (r/Wordpress)
- Guide to securing your WordPress site (r/Wordpress)