我在MySQL Master-Master复制中有一个Symfony项目。 当我尝试在数据库中插入用户时,出现此错误:
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版本是否有特殊之处?
谢谢你。