soldierbao的ChinaUnix博客soldierbao.blog.chinaunix.net
soldierbao
全部博文(4)
2012年(4)
wb123456
helpying
to_be_db
xellgat
zhaolian
好笔记运
41685230
vicislle
baocheng
分类:
2012-08-08 09:03:28
原文地址:cacti 忘记密码的方法 作者:ehlopxp
如果是admin 的密码丢失,id = 1;其他用户以此类推。
进入mysqlmysql> show databases; mysql> use cacti;mysql> show tables; mysql> update user_auth set password=md5("newpassword") where id='1';
新的cacti密码就是newpassword了~~
上一篇:用Nginx来降低IIS 负载
下一篇:没有了
登录 注册