What do you do when you’ve lost your Admin password and the php_mail() ain’t working? Why, you just manually change your password in the DB. But how do ya do that, Curt? You can’t just pull up phpmyadmin and look because the password is encrypted… it’s a bunch of gibberish. It’ll take your crappy Amiga about 30 years to crack that password. Here’s the easy way, run this query in phpmyadmin:
UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here‘ ) WHERE `wp_users`.`user_login` = “admin_username“;
There. now you should be able to log into your back end!
Popularity: 59% [?]
- BROWSE / IN TIMELINE
- « Disable/uninstall Trend Micro without the password
- » Stupidity Disclaimer
- BROWSE / IN Wordpress Multi-user cms wordpress wpmu
- « WPMU and You: pre-intro
- » WPMU and domain mapping
- RELATED / YOU MIGHT FIND THESE INTERESTING No related posts
COMMENTS / 2 COMMENTS
丢失 WordPress MU 管理密码的处理方式 | Digital Cote added these pithy words on Sep 09 08 at 11:42 pm[...] 本文参考:《Lost WPMU Admin password》。 [...]
丢失 WordPress MU 管理密码的处理方式 | 上善若水 Feed博客聚合 added these pithy words on Feb 07 09 at 7:21 pm[...] 本文参考:《Lost WPMU Admin password》。 [...]
SPEAK / ADD YOUR COMMENT
Comments are moderated.

