Greetings,
The attached patch, changes the way the MySQL connection works. Normally, the MySQL connection port is hard coded into the Zabbix software as well as the Zabbix PHP frontend. This patch makes the MySQL port configurable at run time by adding a new parameter to the zabbix_server.conf file. This entry is set, by default to the standard MySQL port of 3306, but can be anything from 1024 through 32678.
The attached patch, changes the way the MySQL connection works. Normally, the MySQL connection port is hard coded into the Zabbix software as well as the Zabbix PHP frontend. This patch makes the MySQL port configurable at run time by adding a new parameter to the zabbix_server.conf file. This entry is set, by default to the standard MySQL port of 3306, but can be anything from 1024 through 32678.
Comment