原因: 原来我进行 数据库赋权时语句写的不对

grant all priviledges on zabbix.* to 'zabbix'@'%' identified by 'Password';

我写成了

grant all priviledges on zabbix.* to 'zabbix@*' identified by 'Password'

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2021-06-22
猜你喜欢
  • 2021-05-09
  • 2021-10-10
  • 2022-02-17
  • 2022-01-25
  • 2022-12-23
  • 2021-09-11
  • 2021-07-03
相关资源
相似解决方案