Hi!
I trying to make a fresh install of Zabbix with its database in a Percona XtraDB MySQL Cluster with enforcing pxc_strict_mode with no success. When I did import the schema into the database I got this error:
ERROR 1105 (HY000): Percona-XtraDB-Cluster prohibits use of DML command on a table (zabbix.dbversion) without an explicit primary key with pxc_strict_mode = ENFORCING or MASTER
This error shows up when the import tries to insert into dbversion table which does not have an explicit primary key.
Is there any way of installing Zabbix in that database without changing pxc_strict_mode?
Thanks in advance,
I trying to make a fresh install of Zabbix with its database in a Percona XtraDB MySQL Cluster with enforcing pxc_strict_mode with no success. When I did import the schema into the database I got this error:
ERROR 1105 (HY000): Percona-XtraDB-Cluster prohibits use of DML command on a table (zabbix.dbversion) without an explicit primary key with pxc_strict_mode = ENFORCING or MASTER
This error shows up when the import tries to insert into dbversion table which does not have an explicit primary key.
Is there any way of installing Zabbix in that database without changing pxc_strict_mode?
Thanks in advance,
Comment