Go 使用SQL Server:無法成功連線
問題:
問題:login failed for user 'sakhaloo'
Error:233: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0-no process is on the other end of the pipe.)(Microsoft SQL Server,)
此外,嘗試使用SQL Server Management Studio 開啟資料庫失敗並出現錯誤:
原因:
SQL Server 使用者沒有必要的權限。
指定Go 程式中的SQL Server 使用者:
Go 程式中,指定連線字串中的SQL Server 使用者名稱和密碼。
condb, errdb := sql.Open("mssql", "server=servernameorip;user>
以上是為什麼我的Go程式無法連線到SQL Server?的詳細內容。更多資訊請關注PHP中文網其他相關文章!