重置Cacti密码

Cacti登录密码忘记,重置Cacti密码
用root用户进入系统
[root@localhsot]# mysql -u root -p
mysql> show databases;
mysql> use cacti;
mysql> show tables;
mysql> select *  from user_auth;
mysql> update user_auth set password=md5("test") where id='1';
现在cacti新密码就是test
posted on 2013-08-01 15:42  语辰  阅读(340)  评论(0编辑  收藏  举报