hi guys,
can anyone help me?
I trying to insert the database schema and the intial data values into the database....
from the manual i am suppose to run
cat schema.sql \mysql -u <username> -p <password> zabbix
for my case... once logged in as my user acct
I run
cat zabbix-1.0/create/mysql/schema.sql /usr/local/mysql/bin/mysql -u <username> zabbix
But the schema does not get into the databases
I have already granted all privileges to Mysql username and there is no password for Mysql login
The way i connect to mysql is 1) once logged in I will key
cd /usr/local/mysql/bin
then i will type
./mysql -u <username>
to enter to sql....
Think there is something wrong with my path for sql connection... can anyone help me solve this???
Thanks
can anyone help me?
I trying to insert the database schema and the intial data values into the database....
from the manual i am suppose to run
cat schema.sql \mysql -u <username> -p <password> zabbix
for my case... once logged in as my user acct
I run
cat zabbix-1.0/create/mysql/schema.sql /usr/local/mysql/bin/mysql -u <username> zabbix
But the schema does not get into the databases
I have already granted all privileges to Mysql username and there is no password for Mysql login
The way i connect to mysql is 1) once logged in I will key
cd /usr/local/mysql/bin
then i will type
./mysql -u <username>
to enter to sql....
Think there is something wrong with my path for sql connection... can anyone help me solve this???
Thanks
Comment