从 DB2 迁移到 MySQL 的工具
曾经有一个 MySQL 迁移工具包可以从 DB2 迁移到 MySQL,但是 MySQL 网站说它不再可用。但是,我在 MySQL Workbench CE 中找不到替代品。
替代或替代解决方案在哪里?
我只需要一个免费且易于使用的工具来帮助我将 db2 架构迁移到 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以尝试 Talend 应用程序...事实上,它是一个数据软件外壳工具和数据迁移工具。它支持 DB2、Mysql、Postgres、Oracle、PeopleSoft 等。您可以在这里找到它
http://www.talend.com/products-data-integration/talend-open-studio.php
,当然它是一个开源工具......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...你看过http://www.ispirer.com/products/db2-to -mysql-迁移?
他们有免费但有限的 Express 版本,但它可能足以供您使用,无论如何,我看不出有什么理由不投资一些钱,因为从长远来看,从 DB2 迁移到 mysql 将为您节省大量支持费用!
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!
您可以使用 Talend、SSIS 和 Informatica 等各种 ETL 应用程序将数据从 DB2 迁移到 MySQL。
You can use various ETL applications like Talend, SSIS and Informatica to migrate data from DB2 to MySQL.