HI, I am new to Linux and trying to test the Zabbix.
I am useing opsensuse 10.2 and belive I have all the pre-req software installed. Everything up to this point int he instructions is working.
shell> mysql -u<username> -p<password>
mysql> create database zabbix;
mysql> quit;
shell> cd create/mysql
shell> cat schema.sql |mysql -u<username> -p<password> zabbix
When i get to the last line I am getting
"bash:mysql command not found"
I can see the schema.sql file so I think i am running it from the correct location. Any help would be apprciated.
I am useing opsensuse 10.2 and belive I have all the pre-req software installed. Everything up to this point int he instructions is working.
shell> mysql -u<username> -p<password>
mysql> create database zabbix;
mysql> quit;
shell> cd create/mysql
shell> cat schema.sql |mysql -u<username> -p<password> zabbix
When i get to the last line I am getting
"bash:mysql command not found"
I can see the schema.sql file so I think i am running it from the correct location. Any help would be apprciated.

Comment