I was trying to install Alpha11 and get this error.
when I tried to execute the following.
Is Alpha 11 broken? or is there something wrong with my DB setup?
ERROR 1064 (42000): 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 'lob DEFAULT '' NOT NULL,
PRIMARY KEY (hostid)
) type=InnoDB' at line 13
PRIMARY KEY (hostid)
) type=InnoDB' at line 13
Code:
cat schema.sql | mysql -u root zabbix11
Comment