Created
April 23, 2019 20:18
-
-
Save magohl/93f6defd545762e36a31c1ff00ea1de1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Forgot the WP password and no smtp setup? | |
docker exec into the mysql container | |
USE wordpress | |
UPDATE wp_users SET user_pass = MD5("my-new-password") WHERE wp_users.user_login = "my-admin-user"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment