I recently installed Centos 6.5 as a VBox guest. I then installed Zabbix 2.2 with the package manager. I also installed MySQL 5.1.73 and phpMyAdmin.
I created a mySQL DB called "zabbix", with collation = utf8_unicode_ci.
I then brought up Zabbix as localhost/zabbix, which gave me the Installation dialog. On the "configure DB connection" page, I put in my root password for MySQL.
When I clicked on "Test connection", I get the message "The frontend does not match Zabbix database. I've searched everywhere, in this forum and elsewhere, but I can't find an explanation for this message.
What does this mean and how can I fix it?
UPDATE: zabbix log entry: [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
But I can't find what's causing this
UPDATE: I found 3 threads that ask the same question. They all stop without resolution. They also all report the problem in Zabbix 2.2.
So maybe I'll downgrade to 2.0 (which they say works), or I'll install 2.4 from source and hope it's fixed there.
BTW, can anyone tell me what in the source code triggers this error?
Thanks.
I created a mySQL DB called "zabbix", with collation = utf8_unicode_ci.
I then brought up Zabbix as localhost/zabbix, which gave me the Installation dialog. On the "configure DB connection" page, I put in my root password for MySQL.
When I clicked on "Test connection", I get the message "The frontend does not match Zabbix database. I've searched everywhere, in this forum and elsewhere, but I can't find an explanation for this message.
What does this mean and how can I fix it?
UPDATE: zabbix log entry: [Z3001] connection to database 'zabbix' failed: [1045] Access denied for user 'zabbix'@'localhost' (using password: NO)
But I can't find what's causing this
UPDATE: I found 3 threads that ask the same question. They all stop without resolution. They also all report the problem in Zabbix 2.2.
So maybe I'll downgrade to 2.0 (which they say works), or I'll install 2.4 from source and hope it's fixed there.
BTW, can anyone tell me what in the source code triggers this error?
Thanks.
Comment