gpt4 book ai didi

sql-server - NodeJS : How to connect to MSQL database using Windows Authentication/trustedConnection from Mac

转载 作者:太空宇宙 更新时间:2023-11-04 02:30:46 26 4
gpt4 key购买 nike

我正在 Mac 上构建 NodeJS 应用程序,并且需要连接到 MSSQL 数据库。

使用 Node 模块mssql ,我能够连接到服务器。但身份验证失败,因为数据库服务器需要使用 Windows 授权或“trustedConnection”。如果我可以将 Microsoft Driver for Node.js for SQL Server 与 mssql 结合使用,我可以为“options.trustedConnection”提供真实值,但该驱动程序仅适用于 Windows。

有什么办法可以完成我正在尝试的事情吗?我没有看到其他驱动程序/Node 模块(繁琐的、tds 等)提供将 trustConnection 设置为 true 或使用 Windows 身份验证的连接字符串的方法。

最佳答案

我刚刚从 Ubuntu 14.04 成功连接到 SQL Server。

我使用FreeTDS作为驱动程序,使用unxiODBC作为驱动程序管理器,node odbc作为要连接的 Node.js 模块。我认为这也可以在 OSX 上使用。

更多信息可以查看this link 。我把它写成博客,希望能节省别人的时间。

但是我需要做更多研究,因为我想使用这个 Node 模块 mssql连接。 mssql 使用 tds 或 tedious 作为驱动程序。

关于sql-server - NodeJS : How to connect to MSQL database using Windows Authentication/trustedConnection from Mac,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26936434/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com