As described in the installation instructions, I ran the following command on a debian server.
Then, in order to import initial schema and data, I ran the following.
This failed because the file /usr/share/doc/zabbix-server-mysql/create.sql.gz is missing.
Code:
apt install zabbix-server-mysql zabbix-frontend-php zabbix-nginx-conf zabbix-agent
Code:
zcat /usr/share/doc/zabbix-server-mysql*/create.sql.gz | mysql -uzabbix -p zabbix​
Comment