php - MAMP mssql_connect( ) returning login failed -
I am trying to use an MSSQL database in the server inside my network, it seems that finding the database Is capable of, but does not accept authentication.
I get the following error:
"mssql_connect (): Message: Login failed. Login is from unreliable domain and can not be used with Windows authentication .
I am trying to solve this for a few days, with success ...
I tried to add the MMP server host machines In the Windows machine, I know which account I am using, since I have a databa Accessing through the client (Aquadata Studios) and when at the local level SQL Server Management Studio
I've read that mssql_connect by default, uses Windows authentication (mssql.secure.connection off in phss.ini). It's the authentication method I'm using under the Aquadata Studio client.
I have a free TDS Liberty set up under the MSCLL ...
Can anyone put some light on this matter?
I believe this should work, but the server fails to authenticate ... Please help! True
Comments
Post a Comment