Skip to content

Instantly share code, notes, and snippets.

@vyskoczilova
Last active February 6, 2018 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyskoczilova/d4781b296b454ddb355c7482dd976585 to your computer and use it in GitHub Desktop.
Save vyskoczilova/d4781b296b454ddb355c7482dd976585 to your computer and use it in GitHub Desktop.
Add new user: add to wp_users
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 ('9999', 'username', MD5('password'), 'nickname', 'email@example.com', '', '2014-11-04 00:00:00', '', '0', 'username');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment