进入到数据库,过滤出当前用户的信息:

select uid, name, password from typecho_users where name = 'xxxx';

imagef8d830a33dd445e8.png

修改第三列的密码为e10adc3949ba59abbe56e057f20f883e

update typecho_users set password = 'e10adc3949ba59abbe56e057f20f883e' where name = 'xxxx';

然后使用密码123456登陆,重新修改密码就可以了。

最后修改:2019 年 12 月 05 日
如果觉得我的文章对你有用,请随意赞赏