简体   繁体   中英

Encrypted database connection from SQLAlchemy

在RedHat Linux上配置具有SSL支持的SQLAlchemy时需要执行哪些步骤,以便我可以连接到需要加密连接的MS SQL Server实例?

If you really want to use pymssql (as suggested by the tag on your question) then you'll need to build it from source in order for it to support SSL connections. The process will be similar to the one described in the answers to this question .

Alternatively, you may find it easier to use pyodbc along with Microsoft's SQL Server ODBC Driver for Linux .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM