I am trying to get a MySQL 8.0.16 Cluster database created. I go thought the steps till I get to the step where I run the zcat /usr/share/doc/zabbix-server-mysql-4.2.1/create.sql.gz | mysql -uzabbix -p zabbix -h127.0.,0.1 -P6446.
I see that it is creating the tables but on line 1789 I get an error "ERROR 3098 the table does not comply with the requirements by external plugin"
I tried adding a primary key to the dbversion thinking that was a requirement for the mysql cluster.
Anyone have an idea what the issue is?
I see that it is creating the tables but on line 1789 I get an error "ERROR 3098 the table does not comply with the requirements by external plugin"
I tried adding a primary key to the dbversion thinking that was a requirement for the mysql cluster.
Anyone have an idea what the issue is?
Comment