We want to use the mySQL for Group Replication
https://dev.mysql.com/doc/refman/5.7...uirements.html
One of the requirements is primary key.
https://dev.mysql.com/doc/refman/5.7...uirements.html
One of the requirements is primary key.
- Primary Keys. Every table that is to be replicated by the group must have a defined primary key, or primary key equivalent where the equivalent is a non-null unique key.
Comment