Hi, I'm building 1.6.1 on RHEL 4.7. I've got as far as section 4 of the Web setup but now I'm getting the following error at the top of the page:
Undefined index: PORT[/var/www/html/zabbix/include/setup.inc.php:521]
Populating the info in the box doesn't help and produces further mysql_connect() errors. I've already modified db.inc.php with the following:
$DB_TYPE ="MYSQL";
$DB_SERVER ="10.x.x.x";
$DB_DATABASE ="zabbix";
$DB_USER ="root";
$DB_PASSWORD ="xxxxxxxx";
(Server and Password hidden, but the password is the one used when creating the database)
Am I just missing a port definition here, and what should it be?
Undefined index: PORT[/var/www/html/zabbix/include/setup.inc.php:521]
Populating the info in the box doesn't help and produces further mysql_connect() errors. I've already modified db.inc.php with the following:
$DB_TYPE ="MYSQL";
$DB_SERVER ="10.x.x.x";
$DB_DATABASE ="zabbix";
$DB_USER ="root";
$DB_PASSWORD ="xxxxxxxx";
(Server and Password hidden, but the password is the one used when creating the database)
Am I just missing a port definition here, and what should it be?
Comment