frbry
frbry

Reputation: 365

Investigating mssql_connect problems in PHP

Today, I restarted my CentOS server and after that my PHP application started to fail in accessing our MsSQL server.

[Sun Mar 13 23:44:31 2011] [error] [client 88.154.*.*]
PHP Warning:  mssql_connect()
[<a href='function.mssql-connect'>function.mssql-connect</a>]: Unable to connect to server:  85.*.*.109

How can I see what's wrong?

Upvotes: 0

Views: 746

Answers (1)

DForck42
DForck42

Reputation: 20387

did you double check and make sure that ALL of sql server's services have started?

Upvotes: 1

Related Questions