Can not create table "role_has_permissions" when using Mysql Group Replication #2690
Unanswered
ThangNguyen153
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Mysql Group Replication and get error "The table does not comply with the requirements by an external plugin".
This issue seems happen on Many To Many relationship table such as "role_has_permissions" which contains 2 columns "permission_id" and "role_id" as PK and has foreign key constraint on "CASCADE".
From what I read in Mysql Group Replication document, I need to:
Other Many to Many tables should flow the same rules above
I wonder if we have other solution such change configuration ,.... because I feel it's ridiculous when I have to modify migration just because I'm using Group Replication.
Beta Was this translation helpful? Give feedback.
All reactions