我有一个Symfony项目在MySQL主-主复制。当我尝试在数据库中插入一个用户时,我得到了这个错误:
SQLSTATE[HY000]: General error: 3098 The table does not comply with the requirements by an external plugin.
当我尝试在另一个表中插入数据时,没有问题。
MySQL版本:8.0.13
我检查了复制的要求:https://dev.mysql.com/doc/refman/8.0/en/group-replication-requirements.html
InnoDB存储引擎:好的
主键:好的
网络性能:好的
我也尝试禁用严格模式,但没有成功。
MySQL 8.x版本有什么特别的吗?
谢谢你的预付款。
1条答案
按热度按时间wnavrhmk1#
我也有这个问题。我发现那个
MySQL Group Replication requires tables must have an explicit primary key defined
。