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.

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

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

我甚至希望MSSQL转储文件仍然包含可使用的SQL命令,但是我对MSSQL一无所知,请让我知道。

12 个解决方案

#1


63

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

您想要将mdb转换为mysql(直接转换为mysql或mysql转储)吗?

Try a software called Access to MySQL.

试试一款叫做“访问MySQL”的软件。

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

Access to MySQL是一个小程序,可以将Microsoft Access数据库转换为MySQL。

  • Wizard interface.
  • 向导界面。
  • Transfer data directly from one server to another.
  • 将数据直接从一台服务器传输到另一台服务器。
  • Create a dump file.
  • 创建一个转储文件。
  • Select tables to transfer.
  • 选择转移表。
  • Select fields to transfer.
  • 选择字段转移。
  • Transfer 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.
  • 命令行界面。
  • Easy install, uninstall and upgrade.
  • 易于安装、卸载和升级。

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

请参见前面提到的带屏幕截图的逐步教程链接。

更多相关文章

  1. Postgresql数据库安装问题,找不到configure
  2. delphi+sql server 数据库死锁问题。高分求解!!!!!
  3. 写SQL语句,如何找到部分字段内容一样的两条记录?实现调货的功能
  4. 牛客网数据库SQL实战(1-5)
  5. Mysql 修改字段类型
  6. 数据库的认识+SQL
  7. mysql数据库大规模数据读写并行时导致的锁表问题
  8. SQL数据库基础(四)
  9. 新手求学:用VF如何去添加、删除、修改SQL Server服务器数据库中表

随机推荐

  1. [置顶] Android学习博客和文章存档
  2. Android Service总结06 之AIDL
  3. 修改android 系统设置 android 版本
  4. EditText 相关功能
  5. Android(安卓)4.0开发环境搭建和测试
  6. android 系统(13)---Android O treble 新增
  7. Android之可收缩展开列表ExpandableList
  8. android修改底层键值
  9. android视频播放器源码分析
  10. Android(安卓)Touch事件分析