Ad Widget

Collapse

Problems with creating new Zabbix DB. Error: Zabbix server cannot work with a Zabbix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • olibuijr
    Junior Member
    • Jun 2014
    • 2

    #1

    Problems with creating new Zabbix DB. Error: Zabbix server cannot work with a Zabbix

    Hi!

    I'm currently installing a new zabbix environment. I have created the DB and inserted the schema.sql, data.sql and images.sql from /usr/share/doc/zabbix-server-mysql-2.4.2/create/.

    When i start up Zabbix it fails with the following error:

    Code:
    cannot use database "zabbix": Zabbix server cannot work with a Zabbix proxy database
    I can't understand how Zabbix thinks i've inserted the proxy sql files. Very strange.

    Any ideas guys?

    olibuijr
  • Mark T
    Junior Member
    • Nov 2011
    • 6

    #2
    Strange - I only see this type of error when I'm building a proxy and accidently import images.sql and data.sql into the proxy's database.

    This seems to be the inverted issue. Did you perhaps ONLY insert the schema.sql? Try importing the data and images.sql files again.

    Comment

    • Alberto Freire
      Junior Member
      • Jul 2014
      • 24

      #3
      Download the source from zabbix.com and extract the files.
      Import DB from: /pathtozabbix.2.4.../database/mysql/

      Working for me!


      Cheers!

      Comment

      Working...