如何将 MDB (Access) 文件转换为 MySQL(或普通 SQL 文件)?

How can I convert an MDB (Access) file to MySQL (or plain SQL file)?(如何将 MDB (Access) 文件转换为 MySQL(或普通 SQL 文件)?)
本文介绍了如何将 MDB (Access) 文件转换为 MySQL(或普通 SQL 文件)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以从 Microsoft Access 数据库创建 SQL 命令转储?我希望将这个 MDB 文件转换成 MySQL 数据库进行导入,这样我就不必经过 CSV 步骤了.

Is it possible to create a Dump of SQL commands from a Microsoft Access database? I hope to convert this MDB file into a MySQL database for importing so I don't have to go through the CSV step.

我希望即使是 MSSQL 转储文件仍然包含可用的 SQL 命令,但我对 MSSQL 一无所知,请告诉我.

I would expect even an MSSQL dump file to still contain workable SQL commands, but I know nothing of MSSQL, please let me know.

推荐答案

您想将mdb转mysql(直接转mysql或mysql dump)?

You want to convert mdb to mysql (direct transfer to mysql or mysql dump)?

尝试一个名为访问 MySQL 的软件.

Try a software called Access to MySQL.

Access to MySQL 是一个将 Microsoft Access 数据库转换为 MySQL 的小程序.

Access to MySQL is a small program that will convert Microsoft Access Databases to MySQL.

  • 向导界面.
  • 将数据直接从一台服务器传输到另一台服务器.
  • 创建转储文件.
  • 选择要转移的表.
  • 选择要转移的字段.
  • 传输受密码保护的数据库.
  • 同时支持共享安全和用户级安全.
  • 可选的索引传输.
  • 可选择转移记录.
  • 可选地传输字段定义中的默认值.
  • 识别和传输自动编号字段类型.
  • 命令行界面.
  • 易于安装、卸载和升级.

有关带屏幕截图的分步教程,请参阅上述链接.

See the aforementioned link for a step-by-step tutorial with screenshots.

这篇关于如何将 MDB (Access) 文件转换为 MySQL(或普通 SQL 文件)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Execute complex raw SQL query in EF6(在EF6中执行复杂的原始SQL查询)
Hibernate reactive No Vert.x context active in aws rds(AWS RDS中的休眠反应性非Vert.x上下文处于活动状态)
Bulk insert with mysql2 and NodeJs throws 500(使用mysql2和NodeJS的大容量插入抛出500)
Flask + PyMySQL giving error no attribute #39;settimeout#39;(FlASK+PyMySQL给出错误,没有属性#39;setTimeout#39;)
auto_increment column for a group of rows?(一组行的AUTO_INCREMENT列?)
Sort by ID DESC(按ID代码排序)