进入到数据库,过滤出当前用户的信息:
select uid, name, password from typecho_users where name = 'xxxx';
修改第三列的密码为e10adc3949ba59abbe56e057f20f883e
:
update typecho_users set password = 'e10adc3949ba59abbe56e057f20f883e' where name = 'xxxx';
然后使用密码123456
登陆,重新修改密码就可以了。
此处评论已关闭