找回wordpress密码
新建一个pwd.php文件,加入echo md5(’你的密码’);上传到主机要目录下,执行http://localhost/pwd.php,然后连到你的数据库执行update wp_users set user_pass=’执行pwd.php显示的字符串’ where user_login=’admin’;
OK,现在可以用自己设定的密码登入wordpress了。
新建一个pwd.php文件,加入echo md5(’你的密码’);上传到主机要目录下,执行http://localhost/pwd.php,然后连到你的数据库执行update wp_users set user_pass=’执行pwd.php显示的字符串’ where user_login=’admin’;
OK,现在可以用自己设定的密码登入wordpress了。
There are no comments yet. You could be the first!
© qiuping.com/blog. Powered by WordPress using the DePo Skinny Theme.
No Comments Yet