Add a Wordpress admin user via phpMyAdmin
To add a WordPress admin user via MySQL, access your database using phpMyAdmin, navigate to the wp_users table, insert a new user record, and then add the user's capabilities to the wp_usermeta table. Adding the User to wp_users Table: Click on the ...