如果是admin 的密碼丟失,id = 1;其他用戶以此類推。
進入mysql
mysql> show databases;
mysql> use cacti;
mysql> show tables;
mysql> update user_auth set password=md5("newpassword") where id='1';
新的cacti密碼就是newpassword了~~
轉自:http://hi.baidu.com/powerdj/blog/item/b867d02aa5fc0825d52af128.html