|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
MS SQL connection problems
When connecting to a local SQL Server 2000 installation via php 4.3.3 on a Windows Server 2003 machine I get the following error:
Code:
Warning: mssql_connect(): message: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection. (severity 14) Can anyone enlighten me as to what's wrong?
__________________
Team Phoenix Rising - All Your Distributed Computing Are Belong To Us! "Whoever fights monsters should see to it that in the process he does not become a monster." - Friedrich Nietzsche . |
|
#2
|
||||
|
||||
|
search www.mysql.com ??
|
|
#3
|
||||
|
||||
|
Quote:
Except, he's using MS SQL, not MySQL. Is it possible you have the wrong port? Wrong username? Wrong password?
__________________
Give a person code, and they'll hack for a day; Teach them how to code, and they'll hack forever. Analyze twice; hack once. The world's first existential ITIL question: If a change is released into production without a ticket to track it, was it actually released? About DrGroove: ITIL-Certified IT Process Engineer - Enterprise Application Architect - Freelance IT Journalist - Devshed Moderator - Funk Bassist Extraordinaire |
|
#4
|
|||
|
|||
|
It's a security level in SQL ..
You need to make sure that Authentication Level is not set just for Windows, make sure it includes SQL Server as well.
__________________
I am an addiction... Linux-Girl.Com ... or would you rather look at penguins? web templates Debian > RedHat* |
|
#5
|
||||
|
||||
|
Moved to the MS SQL forum from PHP, as the issue lie mainly in an MS SQL configuration, not the method being employed to connect to the DB from PHP.
Good luck finding a solution... ![]() |
|
#6
|
||||
|
||||
|
Quote:
LOL! Very useful, cheers. ![]() Quote:
Ah, great. Thanks. ![]() Regards, Matt. ![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > MS SQL Development > MS SQL connection problems |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|