Hi there, im using 2.2.1 and my previous admin has changed the web interface password, now i tried to change but cant, i have the root password, tried to look at the forums and videos, but things are different in mine, the .conf files are not there, the database is called Maria db. so things are different than forums, need help, urgent!
Ad Widget
Collapse
2.2.1 GUI password
Collapse
X
-
-
Hi,
MariaDB is almost the same as MySQL.
Make sure you can log into zabbix database from console.
When opened Zabbix database, execute the command:
Don't forget to change newpassword and username to correct ones.Code:update users set passwd = md5('newpassword') where alias = "username";
Best Regards,
Ingus
Comment