我尝试连接到SQL Server,但我总是收到以下错误代码:
数组([0] =>数组([0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [微软] [SQL Server Native Client 11.0] [SQL Server] Accesso non riuscito per l' utente' NT AUTHORITY \ SYSTEM'。[message] => [Microsoft] [SQL Server Native Client 11.0] [SQL服务器] Accesso non riuscito per l' utente' NT AUTHORITY \ SYSTEM'。)[1] =>数组([0] => 42000 [SQLSTATE] => 42000 [1] = > 4060 [code] => 4060 [2] => [Microsoft] [SQL Server Native Client 11.0] [SQL Server] Impossibile aprire il数据库" CMR" richiesto dall' account di accesso Accesso non riuscito。[message] => [Microsoft] [SQL Server Native Client 11.0] [SQL Server] Impossibile aprire il database" CMR" richiesto dall' account di accesso.Accesso non riuscito。 )[2] =>数组([0] => 28000 [SQLSTATE] => 28000 [1] => 18456 [code] => 18456 [2] => [Microsoft] [SQL Server Native客户端11.0] [SQL Server] Accesso non riuscito per l&#3 9; utente' NT AUTHORITY \ SYSTEM'。 [message] => [Microsoft] [SQL Server Native Client 11.0] [SQL Server] Accesso non riuscito per l' utente' NT AUTHORITY \ SYSTEM'。 )[3] =>数组([0] => 42000 [SQLSTATE] => 42000 [1] => 4060 [code] => 4060 [2] => [Microsoft] [SQL Server Native Client 11.0] [SQL Server] Impossibile aprire il数据库" CMR" richiesto dall' account di accesso.Accesso non riuscito。[message] => [Microsoft] [SQL Server Native Client 11.0] [SQL Server] Impossibile aprire il database& #34; CMR" richiesto dall' account di accesso.Accesso non riuscito。))
我的PHP代码:
$serverName = "UTENTE-PC\SQLEXPRESS";
$connectionInfo = array( "Database"=>"CMR");
$conn = sqlsrv_connect( $serverName, $connectionInfo);
我不明白我该做什么!?
P.S。我正在使用WAMP
答案 0 :(得分:0)
将Accesso non riuscito per l'utente 'NT'
放入Google翻译器会生成Login failed for user 'NT'
。所以看起来你使用的是错误的数据库凭证。