In the 3.0 install there aren't the (3) separate files schema.sql, data.sql and images.sql
Just one command to set up the database from one file:
# zcat create.sql.gz | mysql -uroot zabbix
So does anyone have the secret sauce to setting up the proxy database? The official docs don't seem to have it.
Thanks
Just one command to set up the database from one file:
# zcat create.sql.gz | mysql -uroot zabbix
So does anyone have the secret sauce to setting up the proxy database? The official docs don't seem to have it.
Thanks
Comment