Skip to content

Instantly share code, notes, and snippets.

@gearoidc
Last active April 3, 2019 08:13
Show Gist options
  • Save gearoidc/6718edc3e273cefe3db053c5c02b26a3 to your computer and use it in GitHub Desktop.
Save gearoidc/6718edc3e273cefe3db053c5c02b26a3 to your computer and use it in GitHub Desktop.
Reset WP password on command line
Source: https://www.tecmint.com/reset-wordpress-admin-password-via-mysql-command/
$ echo -n "newpass" | md5sum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment