-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Blocker
-
None
-
Affects Version/s: 3.4.6
-
Component/s: Frontend (F)
-
Environment:Linux Ubuntu VERSION="16.04.3 LTS (Xenial Xerus)"
zabbix_server (Zabbix) 3.4.6
PHP 7.0.25-0ubuntu0.16.04.1 (cli) ( NTS )
mysql Ver 14.14 Distrib 5.7.21
Steps to reproduce:
- Changes in configuration...
Yes, migrated ubuntu kernel from 14.04 to 16.04.3
and error shows up.
I updated Zabbix from 3.0.0 to 3.4.6 without any succes.
MySQL is running
Zabbix Server is also running.
Apache2 is running
zabbix_server.conf. I Checked these parameters and they're OK
DBPassword=**********
DBName=zabbixdb
DBHost=localhost
DBUser=zabbix
Output from zabbix.conf.php
<?php
// Zabbix GUI configuration file.
global $DB;
$DB['TYPE'] = 'MYSQL';
$DB['SERVER'] = 'localhost';
$DB['PORT'] = '0';
$DB['DATABASE'] = 'zabbixdb';
$DB['USER'] = 'zabbix';
$DB['PASSWORD'] = '*********';
// Schema name. Used for IBM DB2 and PostgreSQL.
$DB['SCHEMA'] = '';
$ZBX_SERVER = '10.x.x.100';
$ZBX_SERVER_PORT = '10051';
$ZBX_SERVER_NAME = 'zabbix';
$IMAGE_FORMAT_DEFAULT = IMAGE_FORMAT_PNG;
mysql> show databases;
--------------------
| Database |
--------------------
| information_schema |
| mysql |
| performance_schema |
| sys |
| zabbixdb |
--------------------
I don't what went wrong and what to check to fix this issue
Thanks for your help.