Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created December 13, 2018 03:30
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 yayMark/fb64384ee5f006654e4c6ba92f83ea73 to your computer and use it in GitHub Desktop.
Save yayMark/fb64384ee5f006654e4c6ba92f83ea73 to your computer and use it in GitHub Desktop.
WordPress: change the password for an existing user
UPDATE `wp_users` SET `user_pass`= MD5('tzFuO7YR1ElE85lu3Xmt') WHERE `user_login`='iamtheadminbowbeforeme';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment