Hi,
I recently installed php from php.net on Win 2000 with IIS 5 with mysql. Its
running without a hitch. I had to install MyODBC also from the mysql site.
Regards,
Arijit
"Nicole Amashta" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Are you sure you are
Are you sure you are using a complete new install of PHP? Remove all old php
files ( dlls, ini, etc) and install completely fresh to make sure you are
using all the versions that go with the version of PHP you are wanting to
use (eg. 4.1.1).
Nix
www.aeontrek.com
"Egil Helland" <[EMAIL PROTECTED
Just another little note here:
I have tried every version from 4.0.4 pl1 and upwards. The only
version I get to work i 4.0.4 pl1. This also includes the latest
development version (4.3.0-dev) available.
Whatever happened after the 4.0.4 release? I can switch back to this
release, and everything
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 prob
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---
Friday, March 01, 2002 2:14 AM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Cannot connect to MySQL with PHP 4.1.1
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
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 hund