I actully use the $link = part, I just did not include it below. The
MySQL daemon is there allright, I am hooked up to it now in fact, but
php is not able to do the same!

This is no problem with IIS, this is pure php + mysql, that I am
pretty sure of. I have seen loads of others with similar problems,
some running apache, some iis, some running on unix! Dont know what
cause this still, so any help is appreciated!

-e

On Fri, 01 Mar 2002 11:36:07 +0000, Pac mon wrote:
>Well i'd suggest triple checking that mysqld is running. Uh.. try
>putting: $link = mysql_connect(....) or die(....);
>Just small things, but maybe it'll work.. other than that... No..
>i've never had a problem with mysql, but then again i'm running
>apache..not IIS.
>
>
>----Original Message Follows----
>For some reason, after I upgraded to 4.1.1, I am not able to connect
>to  MySQL DB sources anymore. AFAIK I have set up the ini file like
>I should, there are no differences in the IIS config since the 4.0.5
>version I have been running here was installed.
>
>Anyone familiar with this? I have seen hundreds of these errors all
>over the web, but I have not found a solution to the problem yet. I
>am tired of searching around the web for something that is probably
>trivial :)
>
>I have not upgraded my MySQL install, only php. The codeline that
>does not get through is:
>
>mysql_connect($host,$user,$password) or die ('Could not connect');
>
>The output I get is:
>
>Warning: Can't connect to MySQL server on 'localhost' (10061) in
>************ on line 77
>
>Warning: MySQL Connection Failed: Can't connect to MySQL server on
>'localhost' (10061) in ************* on line 77 Could not connect
>
>Regards,
>
>
>Egil
>
>-=// Egil Helland / IKON AS - MCSE, Internet, Intranet
>mailto:[EMAIL PROTECTED]      http://egil.net //=-


-=//
      Egil Helland / IKON AS - MCSE, Internet, Intranet
            mailto:[EMAIL PROTECTED]      http://egil.net
                                                        //=-



--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to