Ad Widget

Collapse

Zabbix installation - Configure DB connection error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bazarov
    Junior Member
    • Jun 2020
    • 2

    #1

    Zabbix installation - Configure DB connection error

    hi everyone ,
    I complated zabbix installation.But I didnt db connection.

    1.I check db on server and db created.
    2.I did login db mysql server with database user.
    mysql -u zabbixuser -p -h localhost zabbixdb

    The error picture I received is attached.

    Thank you.
    Attached Files
  • tim.mooney
    Senior Member
    • Dec 2012
    • 1427

    #2
    What version of Zabbix server did you install?

    What version of the create.sql.gz script did you use, to create the initial, empty schema for the 'zabbixdb' ?

    What version of the Zabbix web interface package do you have installed?

    The error message you're getting from the front end is saying that the Zabbix database schema is one version, but your web front end is a different version. On a fresh install, that would most likely happen if you used the wrong version of the create.sql.gz script. Or, possibly, you used the correct create.sql.gz script for your Zabbix version, but you have the wrong package version of the web front end installed.

    Comment

    Working...