有没有一种高效且免费的方法将 6GB Interbase DB 迁移到 MySql?

发布于 2024-07-30 04:50:17 字数 44 浏览 1 评论 0原文

就是这样。 我总是可以将其转储到 csv 并读入,但我希望避免这种情况。

That's about it. I can always just dump it to csv and read it in, but I was hoping to avoid that.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟沫凡尘 2024-08-06 04:50:17

您可以使用数据库工作台

跨数据库开发

使用架构比较和迁移
比较测试和部署的工具
数据库,迁移现有数据库
到不同的数据库系统。

ps:我不知道你为什么要从Interbase迁移到MySQL,但你也可以看看Firebird

You can use Database Workbench

Cross database development

Use the Schema Compare and Migration
Tools to compare testing and deployed
databases, migrate existing databases
to different database systems.

ps: I don't know why you want to migrate from Interbase to MySQL but you can also take a look to Firebird

烟雨扶苏 2024-08-06 04:50:17

由于Interbase和MySql都有ODBC驱动程序,那么使用您最喜欢的开发环境编写一个应用程序来打开IB数据库中的每个表并将其复制到MySql数据库中怎么样? 有多种语言和 IDE 支持使用 odbc 进行数据访问。

这比使用 csv 更好,因为您的代码可以在复制每个表的过程中复制架构。

Since both Interbase and MySql have ODBC drivers, how about using your favorite development environment to write an app that opens each table in the IB database and copies it into the MySql database? There are various languages and IDE's that support data access using odbc.

This would be nicer than using csv because your code could copy the schema during the process of copying each table.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文