In case you need it ...
Obtain access to the database for read/write (for mysql this is what you need)
update zabbix.users set passwd=md5('mynewpassword') where alias='Admin';
In case you need it ...
Obtain access to the database for read/write (for mysql this is what you need)
update zabbix.users set passwd=md5('mynewpassword') where alias='Admin';
0 comments:
Post a Comment