Ubuntu os version 24.04
Im following instructions from here-
https://www.zabbix.com/download?zabb...ubuntu&os_vers ion=24.04&components=server_frontend_agent&db=mysq l&ws=apache
Stuck on step d
on this command -
zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
Which gives me the output -
root@hpserverkkb:~# zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
gzip: /usr/share/zabbix/sql-scripts/mysql/server.sql.gz: No such file or directory
What on earth is going on here?
There really is no such directory as ive checked on the cli myself.
Dont see that server.sql.gz file as well anywhere.
Ive followed all the steps before that without fail diligently.
Thank You!!
Im following instructions from here-
https://www.zabbix.com/download?zabb...ubuntu&os_vers ion=24.04&components=server_frontend_agent&db=mysq l&ws=apache
Stuck on step d
on this command -
zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
Which gives me the output -
root@hpserverkkb:~# zcat /usr/share/zabbix/sql-scripts/mysql/server.sql.gz | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix
gzip: /usr/share/zabbix/sql-scripts/mysql/server.sql.gz: No such file or directory
What on earth is going on here?
There really is no such directory as ive checked on the cli myself.
Dont see that server.sql.gz file as well anywhere.
Ive followed all the steps before that without fail diligently.
Thank You!!
Comment