Hi All,
I'm tryning to start the Zabbix 2.0.2 server process on a server (runnning FreeBSD) with the MySQL database located on a different server.
In the zabbix_server.conf file I specified the DBHost as follows:
DBHost=ourea.matrix
When doing this it defaults to `hostname` and produce the following error:
I found that when using DBHost='ourea.matrix' (quotes) it does use the DBHost value but still produce the same error... possibly the extra set of quotes causing this.
Using the IPaddress of the remote db server, qouted and un-quoted, has the same results.
Help!!! This looks buggish... I hope not.
Thanks,
//GD
I'm tryning to start the Zabbix 2.0.2 server process on a server (runnning FreeBSD) with the MySQL database located on a different server.
In the zabbix_server.conf file I specified the DBHost as follows:
DBHost=ourea.matrix
When doing this it defaults to `hostname` and produce the following error:
Code:
31252:20120822:160533.819 [Z3001] connection to database 'zabbix' failed: [1130] Host 'uranus.matrix' is not allowed to connect to this MySQL server
Code:
31042:20120822:155705.807 [Z3001] connection to database 'zabbix' failed: [2005] Unknown MySQL server host ''ourea.matrix'' (1)
Help!!! This looks buggish... I hope not.
Thanks,
//GD
Comment