Monday 8 June 2015

Cacati Forgotten Admin password

Log into the server as root:

Log into mysql with the root user and password:

# mysql -uroot -u

Change to the cacti database:

mysql > USE cacti;

Change the password:

mysql > update user_auth set password=MD5('NEWPASSWORD') where username='admin';

No comments:

Post a Comment