I upgraded zabbix to 5.2 and I can't log in with the administrator password.
update zabbix.users set passwd=md5('zabbix') where alias='Admin';
but I still can't log in from localhost/zabbix.
Please help.
[root@zabix ~]# zabbix_server -V
zabbix_server (Zabbix) 5.2.0rc2
Revision 9cfb6535d7 22 October 2020, compilation time: Oct 22 2020 16:03:10
update zabbix.users set passwd=md5('zabbix') where alias='Admin';
but I still can't log in from localhost/zabbix.
Please help.
[root@zabix ~]# zabbix_server -V
zabbix_server (Zabbix) 5.2.0rc2
Revision 9cfb6535d7 22 October 2020, compilation time: Oct 22 2020 16:03:10
Comment