zabbix setup ERROR:4993:20141229:183010.680 [Z3001] connection to database 'zabbix' failed:

错误提示:

4689:20141229:182600.308 Cannot connect to the database. Exiting...
  4993:20141229:182600.599 Starting Zabbix Server. Zabbix 2.2.1 (revision 40808).
  4993:20141229:182600.599 ****** Enabled features ******
  4993:20141229:182600.599 SNMP monitoring:           YES
  4993:20141229:182600.599 IPMI monitoring:           YES
  4993:20141229:182600.599 WEB monitoring:            YES
  4993:20141229:182600.599 VMware monitoring:         YES
  4993:20141229:182600.599 Jabber notifications:      YES
  4993:20141229:182600.599 Ez Texting notifications:  YES
  4993:20141229:182600.599 ODBC:                      YES
  4993:20141229:182600.599 SSH2 support:              YES
  4993:20141229:182600.599 IPv6 support:              YES
  4993:20141229:182600.599 ******************************
  4993:20141229:182600.599 using configuration file: /etc/zabbix_server.conf
  4993:20141229:182600.602 [Z3001] connection to database ‘zabbix‘ failed: [0] could not connect t
Is the server running on host "localhost" and accepting
TCP/IP connections on port 3306?
received invalid response to SSL negotiation: 4

解决方法:

[[email protected] ~]# yum remove zabbix22-dbfiles-pgsql.noarch

[[email protected] ~]# yum install zabbix22-dbfiles-mysql.noarch

[[email protected] ~]# service zabbix-server restart

zabbix setup ERROR:4993:20141229:183010.680 [Z3001] connection to database 'zabbix' failed:

时间: 2024-08-06 03:42:00

zabbix setup ERROR:4993:20141229:183010.680 [Z3001] connection to database 'zabbix' failed:的相关文章

[Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: YES)

在配置了zabbix服务端后,发现:"zabbix server is running"的Value值是"no", 用:netstat -atnlp|grep 10051 发现没有出现zabbix_server的10051端口.在网上找了很多办法,发现都不管用. 通过查看日志看到如下错误提示: tail /tmp/zabbix_server.log 解决方法: 用root帐号登录mysql 然后执行: mysql> grant all on zabbix.*

[Z3001] connection to database 'zabbix' failed: [2003] Can't connect to MySQL server on '192.168.6.7' (13)

问题:启动zabbix-server的时候,使用ss -tnl发现15001并未被监听,查看/var/log/zabbixsrv/zabbix_server.log 日志,提示: 2628:20190918:214402.782 [Z3001] connection to database 'zabbix' failed: [2003] Can't connect to MySQL server on '192.168.6.7' (13) 2628:20190918:214402.782 Dat

zabbix启动报错:Connection to database 'xxx' failed解决方法

Zabbix 分布式系统监视系统 zabbix是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案. zabbix能监视各种网络参数,保证服务器系统的安全运营:并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题. 本文讲解的是zabbix无法启动报错:Connection to database 'xxx' failed: [1045] Access denied for user 'xxx'@'localhost' (using password: NO)

【zabbix】connection to database 'zabbix' failed: [1045] Access denied for user 'root'@'localhost' (using password: NO)

前面安装的我就不说了,度娘上的很多: 关键是这个问题,网上的比较多,但是没有发现有用的: 问题:zabbix server is runing No 日志:/tmp/zabbix_server.log connection to database 'zabbix' failed: [1045] Access denied for user 'root'@'localhost' (using password: NO) 解决过程: 1)找到安装目录: [[email protected] init

ERROR<53761> - Plugins - conn=-1 op=-1 msgId=-1 - Connection Bind through PTA failed (91). Retrying...

LDAP6.3在DSCC控制台启动实例完成,但是操作状态显示“意外错误”,查看日志如下: 04/May/2016:21:10:39 +0800] - Sun-Java(tm)-System-Directory/6.3 B2008.0311.0224 (32-bit) starting up[04/May/2016:21:10:39 +0800] - Listening on all interfaces port 11111 for LDAP requests[04/May/2016:21:10

ERROR: The partition with /var/lib/mysql is too full! failed!

今天一来公司,发现服务器挂掉了,然后执行日常简易操作,重启web服务器,还是不可以,然后重启mysql,结果mysql重启不了,查看日志,发现:ERROR: The partition with /var/lib/mysql is too full! failed! 于是上网搜索,发现网上也有挺多遇到这种情况,有人贴代码: cd /var rm -rf log 也就是删除日志文件,然后重启mysql /etc/init.d/mysql start 结果我的mysql还是启动不了. 查看其他更多搜

Error 20002 (severity 9):Adaptive Server connection failed

环境: Ubuntu12.10_x64 问题: 用tsql访问SQL Server >> tsql -H 192.168.88.133 -p 1433 U sa Error 20002 (severity 9): Adaptive Server connection failed 解决: 查看TDS version >> tsql -C Compile-time settings (established with the "configure" script)

一看便知linux下mysql报错ERROR 1044: Access denied for user: '@localhost' to database 'mysql'

错误信息:ERROR 1044: Access denied for user: '@localhost' to database 'mysql' linux下解决方案: mysql> use mysql ERROR 1044 (42000): Access denied for user 'root'@'localhost' to database 'mysql' mysql> exit Bye [[email protected] ~]# service mysqld stop如果该命令不

zabbix web 登录成功后提示(红色提示):zabbix server is not running:the information displayed may not be current

原因是我配了外网地址因应是内网的: # cat /etc/zabbix/web/zabbix.conf.php <?php // Zabbix GUI configuration file. global $DB; $DB['TYPE'] = 'MYSQL'; $DB['SERVER'] = 'localhost'; $DB['PORT'] = '0'; $DB['DATABASE'] = 'zabbix'; $DB['USER'] = 'baidu'; $DB['PASSWORD'] = 'b