had the same problem:
trying to login from a php script with :
'$server="USER\C1";
$username="root";
$password="pass";
$sqlconnect = mssql_connect($server,$username,$password) or die("error");' gives this error
'Unable to connect: SQL Server is unavailable or does not exist. Access denied...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.