When replicating with MySQL as the source database, the following prerequisites must be met:
The version of MySQL must be 5.6 or later.
Transaction logging must be enabled and the following MySQL values must be set in the my.ini file:
binlog_format=ROW.
binlog_row_image=FULL
log-bin="<basename>-bin"
Note: basename is
typically the name of the server MySQL is installed on.
When importing a MySQL data source
into a CDD for use with replication, do not use "localhost"
as the server name. Instead, use the actual server name or IP
address.
The following restrictions apply:
BLOB/CLOB data types, JSON, GEOMETRY and ENUM are not supported.
MySQL must reside on Windows or Linux.