MySQL → IBM Db2 is usually an IBM-platform consolidation move:
MySQL, MariaDB, Percona, Amazon RDS, Aurora, Azure Database for
MySQL, or Google Cloud SQL tables are loaded into a Db2 schema.
The table copy is not the hard part by itself. The target policy
has to cover MySQL-specific data types, generated keys, character
sets, placeholder dates, views, and stored routines that do not
run unchanged in Db2 SQL.
What DBConvert does on this path:
handles MySQL → Db2 as a repeatable desktop workflow:
-
Connects to MySQL-family sources, including MariaDB, Percona, Amazon RDS / Aurora, Azure Database for MySQL, and Google Cloud SQL.
-
Connects to the Db2 target through IBM Data Server Client libraries and lets you choose the destination schema.
-
Creates Db2-compatible tables and moves rows, indexes, relationships, and supported views with type-mapping review.
-
Saves sessions for repeated test loads; DBSync keeps MySQL and Db2 aligned during a staged cutover.
What it does not do:
DBConvert does not rewrite MySQL stored procedures, triggers,
events, user-defined functions, or application SQL into Db2
SQL PL.