Hi everyone,
I'm going down the list using the provided instructions from the zabbix wiki on how to install zabbix on Ubuntu server and i keep hitting this snag during step 3:
INPUT:
david@ubuntu:/$ mysql -D zabbix -uzabbix -pzabbix < /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql
OUTPUT:
-bash: /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql: No such file or directory
Since it sounded like the directory wasn't present to install mysql.sql in, I manually added the directory.
It is set up like this: /home/zabbix/zabbix-1.6.5/schema/
I tried substituting the password for the zabbix account where it says -pzabbix, but no dice.
Is this a basic Linux thing that I'm just not getting or is there something incorrect in the wiki article?
Thanks in advance for any help given!
>>>>>>>> UPDATE <<<<<<<<<
All I gotta say is RTFM. 'Nuf said.
Thanks to those who perused and considered getting involved in my silliness.
I'm going down the list using the provided instructions from the zabbix wiki on how to install zabbix on Ubuntu server and i keep hitting this snag during step 3:
INPUT:
david@ubuntu:/$ mysql -D zabbix -uzabbix -pzabbix < /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql
OUTPUT:
-bash: /home/zabbix/zabbix-1.6.5/create/schema/mysql.sql: No such file or directory
Since it sounded like the directory wasn't present to install mysql.sql in, I manually added the directory.
It is set up like this: /home/zabbix/zabbix-1.6.5/schema/
I tried substituting the password for the zabbix account where it says -pzabbix, but no dice.
Is this a basic Linux thing that I'm just not getting or is there something incorrect in the wiki article?
Thanks in advance for any help given!
>>>>>>>> UPDATE <<<<<<<<<
All I gotta say is RTFM. 'Nuf said.
Thanks to those who perused and considered getting involved in my silliness.