Hello,
Running patch.sql in folder /zabbix-2.0.0/upgrades/dbpatches/2.0/mysql with command mysql -Uroot -p zabbix < patch.sql gives me the error :
ERROR 1175 (HY000) at line 4: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
Any idea ?
Thanks.
Running patch.sql in folder /zabbix-2.0.0/upgrades/dbpatches/2.0/mysql with command mysql -Uroot -p zabbix < patch.sql gives me the error :
ERROR 1175 (HY000) at line 4: You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column
Any idea ?
Thanks.
Comment