Trying to install Zabbix on Raspberry Pi OS Lite, everything works up until the mysql section.
When running "apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-agent" it decides to install mariadb-server. But now I am unable to continue further as directories cannot be found.
So I ran a reinstall of mariadb-server and I can now create and configure a mysql database. But now the problem is I cannot proceed to the next step of importing schema using "zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix". I get a directory not found error again.
What am I supposed to do? And why is this installing mariadb-server rather than the standard mysql-server. I have also tried uninstalling mariadb and installing mysql but this does not work either. Everything is up to date on my end and have followed the install instructions to the T.
Any help appreciated.
When running "apt install zabbix-server-mysql zabbix-frontend-php zabbix-apache-conf zabbix-agent" it decides to install mariadb-server. But now I am unable to continue further as directories cannot be found.
So I ran a reinstall of mariadb-server and I can now create and configure a mysql database. But now the problem is I cannot proceed to the next step of importing schema using "zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix". I get a directory not found error again.
What am I supposed to do? And why is this installing mariadb-server rather than the standard mysql-server. I have also tried uninstalling mariadb and installing mysql but this does not work either. Everything is up to date on my end and have followed the install instructions to the T.
Any help appreciated.
Comment