Converting DB2 Tables to MySQL

Is there any way to use a utility linked with Toad that can convert DB2 tables to MySQL tables.

Hi - you might want to check out Toad Data Modeler. It can reverse engineer your DB2 database into a physical data model and then you can convert that into a MySQL model. You will then be able to generate the DDL scripts you need to create the MySQL tables. You can check learn more by following this link:

documents.quest.com/…/convert-physical-model