The following instruction guides you through the process of setting up a structure synchronization. Customize options according to your needs.
Related topic:
Data Synchronization
Source
Defines connection and database for the source.
Target
Defines connection and database for the target.
Compare Options
Compare Tables
Check this option if you want to compare tables between the source and target databases. Select/unselect the seven options below:
Compare Primary Keys
Check this option if you want to compare table primary keys.
Compare Foreign Keys
Check this option if you want to compare table foreign keys.
Compare Indexes
Check this option if you want to compare indexes.
Compare Triggers
Check this option if you want to compare triggers.
Compare Character Set
Check this option if you want to compare character set of the tables.
Compare Auto Increment Value
Check this option if you want to compare table auto increment values.
Compare Partitions
Check this option if you want to compare table partitions.
Compare Views
Check this option if you want to compare views.
Compare Functions
Check this option if you want to compare functions.
Compare Events
Check this option if you want to compare events.
Execution Options
Show CREATE queries
Check this option if you want to create new objects in the target database.
Show ALTER queries
Check this option if you want to modify object structures in the target database.
Show DROP queries
Check this option if you want to remove objects, which do not exist in the source database, from the target database.
Compare after execution
Compares tables after the synchronization is executed.
Continue on errors
Ignores errors that are encountered during the synchronization process.