How to Add an Admin User to the WordPress Database via MySQL

PRO WordPress Developers: If you are writing SQL directly, here are the queries to the database you can use . make sure to review the correct ID and update (currently set to 11 below) INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (’11’, ‘admin’, MD5(‘passwordyouwanttouse’), ‘admin’, ’[email protected]’, ”, ‘2015-03-26 […]