Hello,
The following error appear when I try to apply the 1.8.4 SQL patch to my current 1.8.3 Database under MySQL:
Is there an error in with the INDEX name on the first request ?
Regards,
The following error appear when I try to apply the 1.8.4 SQL patch to my current 1.8.3 Database under MySQL:
Code:
mysql> use zabbix; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Database changed mysql> DROP INDEX node_cksum_cksum_1 ON node_cksum; ERROR 1091 (42000): Can't DROP '[B]node_cksum_cksum_1[/B]'; check that column/key exists mysql> CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid); ERROR 1061 (42000): Duplicate key name '[B]node_cksum_1[/B]'
Regards,


Comment