Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我使用使用 admin/admin123 作为密码的网络浏览器登录我的 wordpress 管理员时,它工作得很好。
我尝试在 phpymadmin 中运行以下查询,
SELECT * FROM wp_users where user_login='admin' and user_pass=MD5('admin123');
它说
“MySQL 返回了一个空结果集(即零行)。(查询耗时 0.0003 秒)”
不确定是什么问题?
WordPress 不使用简单的 md5 密码。 你也不应该使用 md5 作为密码保护它不好。一个快速的谷歌搜索会教你。
方便的事实,如果您丢失了密码,您可以在数据库中输入一个 md5 密码,WP 将在登录时接受它并将其重新散列到自己的安全密码散列