原因: 原来我进行 数据库赋权时语句写的不对
grant all priviledges on zabbix.* to 'zabbix'@'%' identified by 'Password';
我写成了
grant all priviledges on zabbix.* to 'zabbix@*' identified by 'Password'