忘记cacti密码可以这样处理:

》mysql

》show databases;

>use cacti;

>show tables;

>update user_auth set password=md5("michael")where id ='1';

admin的默认id为1