Apparently the Zabbix schema.sql uses the following:
line 454:
MySQL 5 returns:
I will back down and run MySQL 4.1 instead and see if it works there.
line 454:
userid int(4) DEFAULT '' NOT NULL,
MySQL 5 returns:
ERROR 1067 (42000) at line 454: Invalid default value for 'userid'
I will back down and run MySQL 4.1 instead and see if it works there.
Comment