cnsre

摘要:

zabbix3.2版本升级到zabbix3.4版本后打开页面报错,报错内容如下
 Database errorThe frontend does not match Zabbix database. Current database version (mandatory/optional): 3020000/3020000.
zabbix3.2版本升级到zabbix3.4版本后打开页面报错,报错内容如下
Database error
The frontend does not match Zabbix database. Current database version (mandatory/optional): 3020000/3020000. Required mandatory version: 3040000. Contact your system administrator.

 

 

解决办法:

进入数据库
mysql> show databases;
mysql> use zabbix;
mysql> update dbversion set mandatory=3040000;
mysql> flush privileges;
重新打开web即可解决

 

分类:

技术点:

相关文章:

  • 2021-07-26
  • 2022-02-18
  • 2021-11-06
  • 2021-09-11
  • 2022-12-23
  • 2021-06-26
  • 2021-06-03
  • 2022-01-12
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2021-07-12
  • 2021-07-18
  • 2021-04-05
  • 2022-01-05
相关资源
相似解决方案