[root@bogon ldap]# cat /tmp/zabbix_server.log

9135:20181204:085433.351 using configuration file: /usr/local/zabbix/etc/zabbix_server.conf
9135:20181204:085433.358 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)
9135:20181204:085433.358 database is down: reconnecting in 10 seconds
9135:20181204:085443.360 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)
9135:20181204:085443.360 database is down: reconnecting in 10 seconds
9135:20181204:085453.361 [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)
9135:20181204:085453.362 database is down: reconnecting in 10 seconds

上面原因是zabbix的配置文件里面连接mysql数据库的密码写错了,改正重启zabxix_server即可

[root@bogon ~]# vi /usr/local/zabbix/etc/zabbix_server.conf

DBPassword=zabbix@123

 

相关文章:

  • 2021-12-18
  • 2022-02-12
  • 2022-12-23
  • 2021-09-14
  • 2021-10-25
  • 2021-11-13
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案