wordpress 安全: 改变登陆名称

wordpress 的默认登陆名称为 admin,黑客本来要猜测对你的登录名和密码才能进入管理页的,现在登录名成为了已知,无疑降低了 wordpress 的安全。那么要如何改变 wordpress 的默认登录名 admin 呢?只需更改 wordpress 数据库 wp_users 表中 user_login 的值即可。

update wp_users set user_login=’new_admin_name’ where user_login=’admin’;

你也可以利用 phpmyadmin 修改。

Tags: ,

This entry was posted on Thursday, May 14th, 2009 at 7:03 am and is filed under wordpress. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Posts you may enjoy

Leave a Reply

Please copy the string HF3MVW to the field below: