Created
February 15, 2017 17:07
-
-
Save CaroManel/0f1209f96c85264c8744a7be60d539f1 to your computer and use it in GitHub Desktop.
Query that changes password for user id
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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