Possible Duplicate:
Cannot connect to SQL SERVER 2000不能用PHP
我使用PHP 5.3.1連接到遠程計算機上的我的SQL SERVER 2000連接到SQL Server 2000。我使用Windows XP。 使用簡單的程序是這樣的:
$conn = mssql_connect("VBNET","sa","anythinghere") or die ('Can not connect to server');
我獲得以下錯誤:
Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. (severity 14) in C:\wamp\www\Mssql\test.php on line 8
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: VBNET in C:\wamp\www\Mssql\test.php on line 8 Can not connect to server
我啓用TCP/IP和命名管道在我的SQL Server並重新啓動它。其身份驗證也設置爲混合模式身份驗證。那麼我在這裏錯過了什麼?
在此先感謝。
編輯這個問題是第一次有關SQL Server 2008,但後來它被帶到我所知,這是SQL Server 2000中請原諒我我的無知,但問題依然存在。所以請給我建議。
@ hermann - 我們的服務器模式設置爲混合模式身份驗證,並且我被提供足夠的權限......因此可能會出現什麼問題? –
@NilayOnAndroid你找到了解決你的問題?嘗試使用此設置。嘗試將其設置爲僅用於服務器身份驗證(如果存在這種情況)。 – hermann
@ hermann-我最近發現我的服務器實際上是SQL SERVER 2000而不是2008 ..這可能是問題嗎?如果是,比可以解決什麼? –