Skip to content

Instantly share code, notes, and snippets.

@CaroManel
Created February 15, 2017 17:07
Show Gist options
  • Save CaroManel/0f1209f96c85264c8744a7be60d539f1 to your computer and use it in GitHub Desktop.
Save CaroManel/0f1209f96c85264c8744a7be60d539f1 to your computer and use it in GitHub Desktop.
Query that changes password for user id
UPDATE wp_users SET user_pass = MD5('mypwd') WHERE ID=1 LIMIT 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment