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/fa25a69a523443b15a383c6d01c11245 to your computer and use it in GitHub Desktop.
Save vyskoczilova/fa25a69a523443b15a383c6d01c11245 to your computer and use it in GitHub Desktop.
Add new user: add to wp_usersmeta
INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '9999', 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}'), (NULL, '9999', 'wp_user_level', '10');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment