Vol/达梦数据库说明.txt

16 lines
963 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# EF Core + Dapper 对接达梦数据库(by @jlyCode)
1. 安装达梦数据库以及管理工具
下载地址https://www.dameng.com/list_103.html
根据需求下载
已Windows为例选择红框内容下载选择CPU平台操作系统ISO包内部包含数据库安装文件以及7种数据库管理工具
2. 安装达梦数据库
参照官方文档https://eco.dameng.com/document/dm/zh-cn/start/
3. 必坑指南
1 安装数据库实例时去掉大小写敏感EF Core 对接大小敏感时会有各种问题实例默认端口5236验证方式达梦服务器验证用户名SYSDBA口令SYSDBA
2 模式名称(数据库名称)全部大写
3 迁移数据库先修改数据库兼容模式修改COMPATIBLE_MODE为对应数据库 0:none, 1:SQL92, 2:Oracle, 3:MS SQL Server, 4:MySQL, 5:DM6, 6:Teradata, 7:PG默认为0
windows目录C:\dmdbms\data\DAMENG\dm.ini