Hi All,
Am trying to setup Zabbix and followed instruction for latest zabbix version : 3.0.3.
I followed exactly same steps mentioned in instructions and setup zabbix server /database. When setting up frontend, I get below error in "Check of pre-requisites" page. error is :
At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported.
I did check php.info + backend, I do have mysql installed.
from backend :
php -m | grep mysql
mysql
mysqlnd
from php.info page :
attached.
Not sure, what am doing wrong.
more info :
php -v
PHP 5.6.23 (cli) (built: Jul 6 2016 09:13:56)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
mysql> show databases;
--------------
show databases
--------------
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| test |
| zabbix |
+--------------------+
4 rows in set (0.00 sec)
Any help is much appreciated.
Am trying to setup Zabbix and followed instruction for latest zabbix version : 3.0.3.
I followed exactly same steps mentioned in instructions and setup zabbix server /database. When setting up frontend, I get below error in "Check of pre-requisites" page. error is :
At least one of MySQL, PostgreSQL, Oracle, SQLite3 or IBM DB2 should be supported.
I did check php.info + backend, I do have mysql installed.
from backend :
php -m | grep mysql
mysql
mysqlnd
from php.info page :
attached.
Not sure, what am doing wrong.
more info :
php -v
PHP 5.6.23 (cli) (built: Jul 6 2016 09:13:56)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
mysql> show databases;
--------------
show databases
--------------
+--------------------+
| Database |
+--------------------+
| information_schema |
| mysql |
| test |
| zabbix |
+--------------------+
4 rows in set (0.00 sec)
Any help is much appreciated.
Comment