Hello everyone,
Today I wanted to install Zabbix on a Raspberry Pi, and have been following this guide:
https://www.zabbix.com/download?zabb...ysql&ws=apache
But it seems to me that the guide is not working correctly.
I first got an error when I ran this command:
Should this really be in the utf8mb4 character-set, why not just utf8?
I have followed the rest of the guide, until I finally came to configuring the rest of the frontend, until I ran into the following error:
Cannot connect to the database.
I also become the error (using password: YES) when I do set a password in the config /etc/zabbix/zabbix_server.conf
Any idea how I could resolve this issue? I spent the entire afternoon searching for a solution or even understanding the problem that's causing it.
I suppose it has something to do with the wrong permissions?!
Any help is greatly appreciated.
Today I wanted to install Zabbix on a Raspberry Pi, and have been following this guide:
https://www.zabbix.com/download?zabb...ysql&ws=apache
But it seems to me that the guide is not working correctly.
I first got an error when I ran this command:
HTML Code:
zcat /usr/share/zabbix-sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
I have followed the rest of the guide, until I finally came to configuring the rest of the frontend, until I ran into the following error:
Cannot connect to the database.
HTML Code:
Access denied for user 'zabbix'@'localhost' (using password: NO)
Any idea how I could resolve this issue? I spent the entire afternoon searching for a solution or even understanding the problem that's causing it.
I suppose it has something to do with the wrong permissions?!
Any help is greatly appreciated.
Comment