PDA

View Full Version : PATCH: Change MySQL Port to Runtime Configurable


James Wells
01-09-2005, 17:19
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.

James Wells
08-09-2005, 01:42
Alexei posted this one a bit earlier today. Thank you Alexei, this will help a great deal. ;)

Alexei
08-09-2005, 08:46
You're welcome! The parameter is called DBPort. Will be available in 1.1beta1.