Help Center> Data Replication Service> Troubleshooting> Solutions to Failed Check Items> Database Parameters> Whether Synchronization Objects Exist in the Destination Database
Updated on 2022-12-30 GMT+08:00

Whether Synchronization Objects Exist in the Destination Database

GaussDB -> MySQL Synchronization

Table 1 Whether synchronization objects exist in the destination database

Check Item

Whether synchronization objects exist in the destination database

Description

Check whether synchronization objects exist in the destination database.

Failure Cause and Handling Suggestion

Failure cause: Source database names are the same except for the letter case.

Handling suggestion: Change the table name or deselect the tables with the same name on the object selection page. Statement for changing the table name:

ALTER TABLE old_table_name RENAME TO new_table_name;