-
Where is ‘source /tmp/pandoradb.sql;’
I followed this document and I am stuck at pandora DB installation.
this is the link:
Code:
mysql> create database pandora;
mysql> use pandora;
mysql> source /tmp/pandoradb.sql;
mysql> source /tmp/pandoradb_data.sql;
Whenever I try typing it in MySQL it gives me this errormysql> source /tmp/pandoradb.sql;
“Failed to open file ‘/tmp/pandoradb.sql’, error: 2”I have installed the following
wget http://firefly.artica.es/centos7/pandorafms_agent_unix-7.0NG.749_x86_64.rpm
yum -y install pandorafms_agent_unix-7.0NG.749_x86_64.rpm
Any ideas?