Page 1 of 1

IIS 5.1 PHP 4.3.5 MySql 4.0.18, scripts do not connect

Posted: Thu Apr 01, 2004 2:05 pm
by dkafrissen
Greetings,

I am using
IIS 5.1 PHP 4.3.5 MySql 4.0.18

scripts do not connect to MySql they just hang.

If I stop IIS and then run apache the sql code goes through. For this project I have a requirement to use IIS so I would like to get this working.

What settings do I need to make PHP through IIS connect to MySql.

Thanks in advance,

David Kafrissen

Posted: Fri Apr 02, 2004 2:30 am
by twigletmac
Whether you use IIS or Apache it shouldn't matter as MySQL doesn't talk to the webserver. The PHP version you use is the same for both as well. You really are having a strange problem - can you use something like phpMyAdmin when using IIS?

Mac

Using PHPMyAdmin

Posted: Fri Apr 02, 2004 8:27 am
by dkafrissen
PHPMyAdmin only works when Apache is running. Not when IIS is running.

When IIS is running I get a white screen

Regards,

David Kafrissen