如何将 Access MDB 格式的数据库导入 MySQL?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4809654/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to import an Access MDB format database to MySQL?
提问by hannit cohen
I need to import a database content from an mdb file to mysql. how do I do that ?
我需要将数据库内容从 mdb 文件导入到 mysql。我怎么做 ?
回答by R.K.
Bullzip has a free Access to MySQL tool. It has the following features:
Bullzip 有一个免费的MySQL 访问工具。它具有以下特点:
- Wizard interface.
- Transfer data directly from one server to another.
- Create a dump file.
- Select tables to transfer.
- Select fields to transfer.
- T-ransfer password protected databases.
- Supports both shared security and user-level security.
- Optional transfer of indexes.
- Optional transfer of records.
- Optional transfer of default values in field definitions.
- Identifies and transfers auto number field types.
- Command line interface.
- 向导界面。
- 将数据直接从一台服务器传输到另一台服务器。
- 创建转储文件。
- 选择要传输的表。
- 选择要传输的字段。
- T-ransfer 密码保护数据库。
- 支持共享安全和用户级安全。
- 可选的索引传输。
- 可选的记录传输。
- 字段定义中默认值的可选传输。
- 识别和传输自动编号字段类型。
- 命令行界面。
回答by Vasundhar Boddapati
mdb-toolsis collection of tools from Open Source Community available on sourceforge http://mdbtools.sourceforge.net/
mdb-tools是来自开源社区的工具集合,可在 sourceforge http://mdbtools.sourceforge.net/
I compiled a small tutorial on my blog Here
我在我的博客上编译了一个小教程这里
回答by Joe Stefanelli
MySQL Workbenchwould be one option. See also: Migrating From MS Access To MySQL
MySQL Workbench将是一种选择。另请参阅:从 MS Access 迁移到 MySQL
回答by Rob Sedgwick
Easiest way is to export from Access table to MySql using ODBC, just right click on the table in Access and choose Export to ODBC (you'll need to have set up the connection).
最简单的方法是使用 ODBC 从 Access 表导出到 MySql,只需右键单击 Access 中的表并选择导出到 ODBC(您需要设置连接)。
See http://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html
请参阅http://dev.mysql.com/doc/connector-odbc/en/connector-odbc-examples-tools-with-access-export.html