-
Type:
Problem report
-
Resolution: Commercial support required
-
Priority:
Major
-
None
-
Affects Version/s: 3.4.4
-
Component/s: Appliance (L)
-
None
I am trying to connect to MySQL database on the Appliance(version 3.4.4), but cannot.
When connecting with the embedded "zabbix" account and its password(found in /etc/zabbix/zabbix_server.conf) via Navicat on my PC, the error message shows:
2003 - Can't connect to MySQL server on "Appliance's IP address"(10060)
Some tricks from internet have been tested, still cannot. Please note that the firewall of my PC is off, and get "...Connection failed" message when running "telnet 'Appliance's IP address' 3306" on my PC.
Further trouble-shooting info on the Appliance as follows:
appliance@zabbix:~$ netstat -an|grep 3306
tcp6 0 0 :::3306 :::* LISTEN
Could anyone give me instructions to solve that? Thanks a lot.