zoukankan      html  css  js  c++  java
  • zabbix连不上数据库

    [root@localhost etc]# tail -f /var/log/zabbix_server.log
    1267:20130722:195451.493 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195451.493 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195501.494 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195501.494 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195511.494 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195511.494 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195521.495 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195521.495 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195531.495 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195531.496 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195541.496 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195541.496 Database is down. Reconnecting in 10 seconds.
    1267:20130722:195551.498 [Z3001] connection to database 'zabbix' failed: [2002] Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    1267:20130722:195551.498 Database is down. Reconnecting in 10 seconds.


    解决办法:
    [root@localhost lib]# mkdir /var/lib/mysql
    [root@localhost lib]# ln -s /tmp/mysql.sock /var/lib/mysql/mysql.sock
    [root@localhost lib]# /etc/rc.d/init.d/mysqld restart
    Shutting down MySQL... SUCCESS!
    Starting MySQL SUCCESS!

  • 相关阅读:
    vi编辑器更新...
    centos7 修改密码
    Linux的vi编辑器笔记
    linux 基本命令2(12月27日笔记)
    linux 进阶命令笔记(12月26日)
    linux 基础命令(12月25日笔记)
    谈谈CSS3中display属性的Flex布局(弹性布局)
    微信小程序页面跳转的三种方式总结
    微信小程序animation有趣的自定义动画
    微信小程序wx.setStorage(OBJECT)
  • 原文地址:https://www.cnblogs.com/seasonsstory/p/3209785.html
Copyright © 2011-2022 走看看