MySQL Error MY-013964 – ER_REPLICATION_INCOMPATIBLE_TABLE_WITH_GIPK

MySQL Error Message

Failed to apply row event with %d columns, originating
from a server of version %s on table ‘%s.%s’, which has %d
columns, one of which is a generated implicit primary key.
Replication is unsupported when the source server is older than
8.0.30, the replica table has a generated implicit primary key,
and there is a difference in column count, not counting the
replica’s generated implicit primary key. Align the table schemas
on source and replica, and restart replication.

Reason for the Error

ER_REPLICATION_INCOMPATIBLE_TABLE_WITH_GIPK
was added in 8.0.32.