Overview of DDL synchronization from a MySQL database to a MySQL tenant of OceanBase Database

2023-11-30 06:45:08  Updated

This topic describes the conversion scope and incompatibilities of DDL synchronization during data migration from a MySQL database to a MySQL tenant of OceanBase Database.

Supported DDL operations

Unsupported operations

  • CREATE/DROP/ALTER DATABASE

  • CREATE/DROP/ALTER FUNCTION

  • CREATE/DROP/ALTER PROCEDURE

  • CREATE/DROP/ALTER EVENT

  • CREATE / DROP / ALTER VIEW

  • CREATE/DROP/ALTER ROLE

  • CREATE / DROP / ALTER TRIGGER

  • CREATE/DROP/ALTER USER

  • CREATE/DROP/ALTER SERVER

  • CREATE/DROP/ALTER TABLESPACE

  • Operations other than those listed in the "Supported operations" section of this topic are not supported.

Incompatibilities

For more information, see DDL incompatibilities between a MySQL database and a MySQL tenant of OceanBase Database.

Contact Us