Re: Weird Scenario
undbund wrote:
> Hi I am in a situation that i don't know how to solve, Here it is,
>
> I have written a script using PHP5 that uses MySQL5 database which is
> remotely hosted. When i run the script using local computer Apache
> 2.061, the script runs perfectly. When i run on demo server (hosted
> remotely) the script runs perfectly. The remote demo server is Apache/
> 1.3.33 using PHP4.4.6
>
> But when i run on the live server i get the following error:
> Can't connect to MySQL server on 'xxx.xxx.xxx' (111)
111 = Connection refused.
Is xxx.xxx.xxx listening on port 3306? Do you have permission to connect to
it?
--
Brian Wakem
|