IIS 5.1 PHP 4.3.5 MySql 4.0.18, scripts do not connect

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
dkafrissen
Forum Newbie
Posts: 2
Joined: Thu Apr 01, 2004 2:05 pm
Location: NY

IIS 5.1 PHP 4.3.5 MySql 4.0.18, scripts do not connect

Post 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
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
dkafrissen
Forum Newbie
Posts: 2
Joined: Thu Apr 01, 2004 2:05 pm
Location: NY

Using PHPMyAdmin

Post 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
Post Reply