Posted by Vjeran on 10/06/06 06:04
http://www.hostlibrary.com/Building-a-PHP-5-Web-Server-on-Windows-IIS-web-hosting-.html
it worked for me.
<oaksong@hotmail.com> wrote in message
news:1159365787.427073.177820@e3g2000cwe.googlegroups.com...
> I've been through all the news groups. I've gone through the notes a
> number of times. I've tried all the settings. I can't get PHP 5 to see
> MySql 5. Can this be done short of a compile? I've never tried to
> combine PHP with MySql before. These are both brand new installs. Both
> MySql and PHP seem to be running fine independently.
>
> I am running them in Windows XP SP2 PRO with IIS.
>
> I have the following entries in my PHP.INI file:
>
> include_path = ".;c:\php\ext"
> ; Directory in which the loadable extensions (modules) reside.
> extension_dir = "c:\php\ext"
> enable_dl = On
> extension=php_mysql.dll
> extension=php_mysqli.dll
> mysql.default_port = 3306
> mysql.default_host = localhost
> mysql.default_user = root
> mysql.default_password = xxxx
>
> suggestions would be greatly appreciated....meanwhile, back to the
> docs....
>
Navigation:
[Reply to this message]
|