数据库:在 MS Access DB 和 MYSQL 之间迁移数据

发布于 2024-10-10 10:38:23 字数 216 浏览 0 评论 0原文

我有 2 个数据库,一个是来自旧网站的 MS Access DB,另一个是来自新的基于 Joomla+VirtueMart 的网站的 MYSQL。 我需要将现有产品从 MS Access 迁移到 MYSQL。

我想过将两者都放在服务器上并在 MYSQL 工作台中编写 SQL 查询,直到我有一个很好的脚本,但我对 SQL 很陌生,所以我宁愿避免这样做。

我有更好的方法和更有效的方法吗?

I have 2 databases, one is MS Access DB from an old website, and the other one is MYSQL from the new Joomla+VirtueMart based website.
I need to migrate existing products from MS Access to MYSQL.

I thought of putting both on server and writing SQL queries in MYSQL workbench, untill I have a good script for that, but I'm very new to SQL, so I'd rather avoid that.

I there a better way and more efficient for that?

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

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

发布评论

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

评论(4

你列表最软的妹 2024-10-17 10:38:23

您可以随时导出到CSV 并导入到 MySQL 中。

You can always export to CSV and import that in MySQL.

不必了 2024-10-17 10:38:23

您可以使用 Database Workbench 等工具

you can use tools like Database Workbench

神经大条 2024-10-17 10:38:23

MySQL 提供了一个名为“MySQL 迁移工具包”的免费图形工具,它可以自动将 Access 2003 MDB 文件(架构 + 数据)迁移到 MySQL 中。
更多信息请访问以下链接:

http://www.mysql.com/why-mysql/white-papers/a-guide-for-migration-from-microsoft-access-to-mysql/

(您需要注册与 Oracle 下载 PDF 指南)。

MySQL provides a free graphical tool called "MySQL Migration toolkit" which automates the migration of Access 2003 MDB files (schema + data) into MySQL.
More info at the following link:

http://www.mysql.com/why-mysql/white-papers/a-guide-for-migrating-from-microsoft-access-to-mysql/

(you need to register with Oracle to download the PDF guide).

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