运维网's Archiver
论坛
›
Cacti
› cacti 忘记密码的方法
轻轻的
发表于 2019-1-9 11:59:34
cacti 忘记密码的方法
忘记密码的方法
如果是admin 的密码丢失,id = 1;其他用户以此类推。
进入mysql
mysql> show databases;
mysql> use cacti;
mysql> show tables;
mysql> update user_auth set password=md5("newpassword") where> 新的cacti密码就是newpassword了~~
页:
[1]
查看完整版本:
cacti 忘记密码的方法