Mailing List Archive



Back to the month index Back to the list index

Matthew Tebbens (matthew@tebbens.idsi.net)
Mon, 17 Nov 1997 10:25:38 -0500 (EST)


Date: Mon, 17 Nov 1997 10:25:38 -0500 (EST)
From: Matthew Tebbens <matthew@tebbens.idsi.net>
Subject: msql2.0.3 apache1.2.4 phpfi2.0(module)
Message-ID: <Pine.LNX.3.96.971117100959.24892B-100000@tebbens.idsi.net>

Hello!

One of my users has a page containing:

<?
  SetShowInfo(0);
  $dbserver = "www.tebbens.com";
  $dbname = "usahomesearch";
...snip...

With the old msql I had installed (2.0.1) he said that everything worked
fine. I now have upgraded to 2.0.3, and the same dbserver line spits
back:

~matthewindex.phtml: Unable to connect to mSQL socket (Hostname / IP
address mismatch) on line 82
$result = msql($dbname, $query);

BUT, I can change www.tebbens.com to 'localhost' and it works.....
Does anyone know why this is ?
Better yet , why the error and what it means ??

Thanks,
Matthew