[Share Experiences] 怎么安装mssql-server呢?
Tofloor
poster avatar
kmy-4q
deepin
2023-06-15 06:40
Author

怎么安装mssql-server呢?

Reply Favorite View the author
All Replies
忘记、过去
deepin
2023-06-15 09:16
#1

Ubuntu 上安装 SQL Server具体步骤-腾讯云开发者社区-腾讯云 (tencent.com)

参考 Ubuntu 的安装教程,下载安装 packages-microsoft-prod.deb https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb

执行 sudo apt update 后,就可以安装 mssql-server 及相关工具了
sudo apt install mssql-server mssql-tools unixodbc-dev

具体数据库服务配置之类的可以找其他教程一起看

Reply View the author
owen_337
deepin testing team
2023-06-15 17:47
#2

楼主你好,为保持环境稳定,建议使用docker进行部署哈

https://www.jianshu.com/p/b1d9194900a2?utm_campaign=maleskine...&utm_content=note&utm_medium=seo_notes

Reply View the author