Ad Widget

Collapse

Zabbix 3.2 problem configuring DB connection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmulligan
    Junior Member
    • Dec 2016
    • 1

    #1

    Zabbix 3.2 problem configuring DB connection

    Installing on Debian 8.x.x Jessie, third step "configure DB connection" fail .
    "Unable to Select configuration"
    Previous steps were Ok.
    There exists zabbix user and zabbix password and all permissions on zabbix DB.
    Anyone can help me.
    Thanks.
  • LenR
    Senior Member
    • Sep 2009
    • 1005

    #2
    Have you loaded the initial data into the database?

    These steps https://www.zabbix.com/documentation...all/db_scripts

    But when I installed 3.2, it seemed the 3 zabbix < xxxx.sql steps were replaced with unzipping a single create.sql file and loading it.

    Comment

    • Atsushi
      Senior Member
      • Aug 2013
      • 2028

      #3
      Can not select database type?
      If so, try installing PHP's DB access module according to your database.

      ex. php5-mysqlnd or php5-pgsql

      Comment

      Working...