进入mysql命令行,选择zabbix库
mysql -uroot -p zabbix

update users set passwd=md5(‘newpasswd’) where alias=‘Admin’