Last active
October 22, 2018 12:17
-
-
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
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('yenişifrenizburaya') WHERE `user_login`='deneme'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment