1. 程式人生 > >django配置sqlserver出錯

django配置sqlserver出錯

django配置sqlserver出錯

出現錯誤:

[^Could not connect because the maximum number of '1' dedicated administrator connections already exists. Before a new connection can be made, the existing dedicated administrator connection must be dropped, either by logging off or ending the process. [客戶端: 127.0.0.1]]:

及錯誤:

[^Login failed for user 'python'. 原因: 基於登入名的伺服器訪問驗證失敗,出現基礎結構錯誤。請檢查以前的錯誤。 [客戶端: 127.0.0.1]]:

這兩個錯誤是因為 sqlserver沒有執行在預設埠 1433上,有時還會丟擲 TCP Provider:連線不可用 等錯誤。

解決辦法是在 sqlserver配置管理器裡開啟當前使用的資料庫例項的 TCP/IP服務,然後重啟當前資料庫例項。