CaiNiaoCoder
CaiNiaoCoder

Reputation: 3319

Tool to migrate from DB2 to MySQL

There was a MySQL migration toolkit can migrate from DB2 to MySQL, but the MySQL site says it's not available any more. However, I can't find a substitute for that in MySQL workbench CE.

Where is the substitute or alternative solution?


I just need a tool that's free and easy to use to help me migrate a db2 schema to mysql.

Upvotes: 7

Views: 12075

Answers (3)

Deepesh Tiwari
Deepesh Tiwari

Reputation: 36

You can use various ETL applications like Talend, SSIS and Informatica to migrate data from DB2 to MySQL.

Upvotes: 0

Deano
Deano

Reputation: 12200

have you looked at http://www.ispirer.com/products/db2-to-mysql-migration ?

They have express version which is free but limited, but it might be sufficient for your use, anyways I don't see a reason why not invest some money since moving from DB2 to mysql will save you tones of money on support on the long run!

Upvotes: 1

ScoRpion
ScoRpion

Reputation: 11474

You can Try Talend application... infact it is a Dataware housing Tool and a data Migration tool as well. It is supports DB2, Mysql, Postgres, Oracle, PeopleSoft and a lot more. U can Find It here http://www.talend.com/products-data-integration/talend-open-studio.php and Ofcourse Its an Open Source tool...

Upvotes: 7

Related Questions