[ZBX-16764] The frontend does not match Zabbix database Created: 2019 Oct 14  Updated: 2019 Oct 18  Resolved: 2019 Oct 18

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Server (S)
Affects Version/s: None
Fix Version/s: 4.4.0

Type: Incident report Priority: Critical
Reporter: yanggang Assignee: Edgars Melveris
Resolution: Cannot Reproduce Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

centos7.7


Attachments: JPEG File zabbix4.4 install lang-package.jpg     JPEG File zabbix4.4 setup_error.jpg     Text File zabbix_server.log    

 Description   

Details Cannot connect to the database.

  • The frontend does not match Zabbix database.

MariaDB 10.2.27, zabbix4.4



 Comments   
Comment by Patrik Uytterhoeven [ 2019 Oct 14 ]

your database needs to be updated tot 4.4 or maybe some of your packages do not match the correct version

 

this is not a bug 

Comment by yanggang [ 2019 Oct 14 ]

My Database version MariaDB 10.2.27

 

Comment by Patrik Uytterhoeven [ 2019 Oct 14 ]

it's about the zabbix DB not de MariaDB Server

https://www.zabbix.com/documentation/4.4/manual/appendix/install/db_scripts#mysql

Comment by yanggang [ 2019 Oct 14 ]

but we use yum to install zabbix4.4, not able to find the following datbase files
shell> mysql -uzabbix -p<password> zabbix < schema.sql

  1. stop here if you are creating database for Zabbix proxy
    shell> mysql -uzabbix -p<password> zabbix < images.sql
    shell> mysql -uzabbix -p<password> zabbix < data.sql
Comment by Patrik Uytterhoeven [ 2019 Oct 14 ]

you are not reading the docs 

If you use Zabbix packages continue with instructions for Debian/Ubuntu or RHEL/CentOS to import the data into the database.

 

this is what you need to run
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix
last zabbix is the name of the db you still have to provide the password and create the zabbix user in the db first

 

 

Comment by yanggang [ 2019 Oct 14 ]

sure, I followed theinstruction below:

https://www.zabbix.com/documentation/4.4/manual/installation/install_from_packages/rhel_centos#importing_data

 

but issues are still existing.

 

Comment by Edgars Melveris [ 2019 Oct 14 ]

Please execute this query on the DB:

select * from dbversion;

and also attach the zabbix_server.log to the issue.

Comment by yanggang [ 2019 Oct 14 ]

MariaDB [(none)]> use zabbix;
Database changed
MariaDB [zabbix]> select * from dbversion;
ERROR 1146 (42S02): Table 'zabbix.dbversion' doesn't exist

zabbix_server.log

Comment by Edgars Melveris [ 2019 Oct 14 ]

I think you've missed a step from the installation instructions, or it failed. please check how you inserted the schema

Comment by yanggang [ 2019 Oct 15 ]

Hi

I can't find which step I just missed and I can't find the schema.sql file as we are installing zabbix 4.4 by yum

 

Comment by yanggang [ 2019 Oct 17 ]

thanks,that issue was resolved.

but zabbix4.4 for Centos8, we don't know how to add more lang package. Do you know to add extra lang package for zabbix4.4 on Centos8.  thanks

Generated at Thu Jan 08 00:09:49 EET 2026 using Jira 10.3.13#10030013-sha1:56dd970ae30ebfeda3a697d25be1f6388b68a422.