如何将存取MDB格式数据库导入MySQL?

时间:2023-01-15 08:17:06

I need to import a database content from an mdb file to mysql. how do I do that ?

我需要从mdb文件中将数据库内容导入到mysql。我该怎么做呢?

5 个解决方案

#1


21  

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.
  • T-ransfer密码保护数据库。
  • 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.
  • 命令行界面。

如何将存取MDB格式数据库导入MySQL?

#2


5  

mdb-tools is 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

我在我的博客上编辑了一个小教程

#3


1  

A would add Navicat. Just all-in-one amazing tool.

将增加Navicat。一体化的神奇的工具。

#4


1  

MySQL Workbench would be one option. See also: Migrating From MS Access To MySQL

MySQL Workbench是一个选项。参见:从MS迁移到MySQL

#5


0  

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

#1


21  

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.
  • T-ransfer密码保护数据库。
  • 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.
  • 命令行界面。

如何将存取MDB格式数据库导入MySQL?

#2


5  

mdb-tools is 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

我在我的博客上编辑了一个小教程

#3


1  

A would add Navicat. Just all-in-one amazing tool.

将增加Navicat。一体化的神奇的工具。

#4


1  

MySQL Workbench would be one option. See also: Migrating From MS Access To MySQL

MySQL Workbench是一个选项。参见:从MS迁移到MySQL

#5


0  

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