unable to connect to mssql server

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yashiro

    unable to connect to mssql server

    Hello ,
    i am moving my server (php,apache (wamp 2c)) to a new machine.
    while executing my php file ,i get the warning : Warning :
    mssql_connect() : unable to connect to server .....
    i dont understand why. Because am running the same script on the old
    machine and its working.

    i think i forget to something in php.ini
    which kind of setting did i forget?
  • Captain Paralytic

    #2
    Re: unable to connect to mssql server

    On 29 May, 12:49, yashiro <noum...@yahoo. frwrote:
    Hello ,
    i am moving my server (php,apache (wamp 2c)) to a new machine.
    while executing my php file ,i get the warning : Warning :
    mssql_connect() : unable to connect to server .....
    i dont understand why. Because am running the same script on the old
    machine and its working.
    >
    i think i forget to something in php.ini
    which kind of setting did i forget?
    Did your connection credentials maybe change on the new server?

    Comment

    • Peter H. Coffin

      #3
      Re: unable to connect to mssql server

      On Thu, 29 May 2008 06:02:41 -0700 (PDT), Captain Paralytic wrote:
      On 29 May, 12:49, yashiro <noum...@yahoo. frwrote:
      >Hello ,
      >i am moving my server (php,apache (wamp 2c)) to a new machine.
      >while executing my php file ,i get the warning : Warning :
      >mssql_connect( ) : unable to connect to server .....
      >i dont understand why. Because am running the same script on the old
      >machine and its working.
      >>
      >i think i forget to something in php.ini
      >which kind of setting did i forget?
      >
      Did your connection credentials maybe change on the new server?
      Especially if the connect parameters are still specifying "localhost" ...
      Or specifying nothing at all.

      --
      "This system operates under martial law. The constitution is suspended. You
      have no rights except as declared by the area commander. Violators will be
      shot. Repeat violators will be repeatedly shot...." -from "A_W_O_L"

      Comment

      Working...