[CentOS7]安装ODBC Driver 17 for SQL Server

Python 通过pyodbc 连接SQL Server 数据库驱动

安装环境

cat /etc/redhat-release 
CentOS Linux release 7.7.1908 (Core)

微软官网 

https://docs.microsoft.com/zh-cn/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-ver15
#RedHat Enterprise Server 7
curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo

 ACCEPT_EULA=Y yum install msodbcsql17

猜你喜欢

转载自www.cnblogs.com/leoshi/p/12297744.html
今日推荐