Hi all - I have followed the instructions to the letter on installing Zabbix 2.0.8 on an Ubuntu server (clean install) but am now tearing my hair out trying to populate the database! (https://www.zabbix.com/wiki/howto/in.../ubuntuinstall)
I run this command >> mysql -D zabbix -uzabbix -pzabbix < /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql
and get this error >> -bash: /home/zabbix/zabbix-2.0.8/create/schema/mysql.sql: No such file or directory
The directory is there but it is empty....
I run this command >> mysql -D zabbix -uzabbix -pzabbix < /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql
and get this error >> -bash: /home/zabbix/zabbix-2.0.8/create/schema/mysql.sql: No such file or directory
The directory is there but it is empty....
Comment