Skip to content

Instantly share code, notes, and snippets.

@ofyalcin
Last active October 22, 2018 12:17
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 ofyalcin/43b829e541cb2854a8ca64004a79bdfc to your computer and use it in GitHub Desktop.
Save ofyalcin/43b829e541cb2854a8ca64004a79bdfc to your computer and use it in GitHub Desktop.
phpMyAdmin/MySQL kullanarak Wordpress kullanıcı şifresini değiştirme https://blogkurdu.net/phpmyadmin-mysql-kullanarak-wordpress-kullanici-sifresini-degistirme
UPDATE `wp_users` SET `user_pass`= MD5('yenişifrenizburaya') WHERE `user_login`='deneme';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment