Hey everyone,
I am new to zabbix and linux for that matter... I can get around ok but not an expert. I am trying to do the initial install of zabbix on centos 6.6. I get to the point of Import initial schema and data. I try the following as per the directions
# cd /usr/share/doc/zabbix-server-mysql-2.4.0/create
# mysql -uroot zabbix < schema.sql
# mysql -uroot zabbix < images.sql
# mysql -uroot zabbix < data.sql
I get the following. Any thoughts?
mysql -uroot zabbix < schema.sqlbash: schema.sql: No such file or directory
I am new to zabbix and linux for that matter... I can get around ok but not an expert. I am trying to do the initial install of zabbix on centos 6.6. I get to the point of Import initial schema and data. I try the following as per the directions
# cd /usr/share/doc/zabbix-server-mysql-2.4.0/create
# mysql -uroot zabbix < schema.sql
# mysql -uroot zabbix < images.sql
# mysql -uroot zabbix < data.sql
I get the following. Any thoughts?
mysql -uroot zabbix < schema.sqlbash: schema.sql: No such file or directory
Comment