Im trying to install Zabbix 1.4.1
The 1.4 installation guide contains instructions for propagating MYSQL with data.
The location for the file is create/mysql/schema.sql but this file does not exist
There is however create/schema/mysql.sql
I have tried to use this file to propagate mysql but I get the following error.
cat mysql.sql | mysql -u root -p zabbix
ERROR 1064 at line 153: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'serial ,
nodeid bigint unsigned DEFAULT '0' NOT NULL,
Please can someone help me as I cant go further than this.
The 1.4 installation guide contains instructions for propagating MYSQL with data.
The location for the file is create/mysql/schema.sql but this file does not exist
There is however create/schema/mysql.sql
I have tried to use this file to propagate mysql but I get the following error.
cat mysql.sql | mysql -u root -p zabbix
ERROR 1064 at line 153: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'serial ,
nodeid bigint unsigned DEFAULT '0' NOT NULL,
Please can someone help me as I cant go further than this.
Comment