Hi,
I've had a search of the forums and couldn't find any info? I setup Zabbix today at home and all looks good except I get the above error now and again via the web browser?
Here's a copy of line 56 in the db.inc.php file
$mysql_server = $DB['SERVER'].( !empty($DB['PORT']) ? ':'.$DB['PORT'] : '');
if (!$DB['DB']= mysql_pconnect($mysql_server,$DB['USER'],$DB['PASSWORD'])){
$error = 'Error connecting to database ['.mysql_error().']';
$result = false;
I've had a search of the forums and couldn't find any info? I setup Zabbix today at home and all looks good except I get the above error now and again via the web browser?
Here's a copy of line 56 in the db.inc.php file
$mysql_server = $DB['SERVER'].( !empty($DB['PORT']) ? ':'.$DB['PORT'] : '');
if (!$DB['DB']= mysql_pconnect($mysql_server,$DB['USER'],$DB['PASSWORD'])){
$error = 'Error connecting to database ['.mysql_error().']';
$result = false;
Comment