Ad Widget

Collapse

Zabbix on Mac OS X with MySql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ngoswami
    Junior Member
    • Nov 2012
    • 3

    #1

    Zabbix on Mac OS X with MySql

    I am trying to configure Zabbix 2.0 on my Mac OS X (10.7.5) with MySql (Installed using MAMP Version 2.1.1). After all configuration, when I tried to start zabbix_server daemon, I started getting following error in the log file:

    31192:20121122:163926.875 Database is down. Reconnecting in 10 seconds.
    31192:20121122:163936.883 [Z3001] connection to database 'zabbix' failed: [0] could not connect to server: Connection refused
    Is the server running on host "localhost" (::1) and accepting
    TCP/IP connections on port 8889?
    received invalid response to SSL negotiation: J

    Configuration cmd: sudo LIBS=-liconv LDFLAGS=-L/usr/lib ./configure --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --prefix=$HOME/Library/Zabbix ; make clean ; make; make install

    Does anybody know what's the issue here?
  • Speedfight
    Member
    • May 2007
    • 67

    #2
    looks like your mysql is not running or not accepting connections. can you login on your mysql server?

    Comment

    • ngoswami
      Junior Member
      • Nov 2012
      • 3

      #3
      I am able to logon to my sql server and run queries manually. So sql server is definitely up and running.

      Comment

      • Speedfight
        Member
        • May 2007
        • 67

        #4
        did you import the sql files deliverd with the installer?

        Comment

        Working...