Posted by Jeff North on 10/11/16 11:59
On 27 Sep 2006 07:03:07 -0700, in alt.php oaksong@hotmail.com
<1159365787.427073.177820@e3g2000cwe.googlegroups.com> wrote:
>| 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....
Have you set your environment variables?
Start | Control Panel | System
Advanced tab | Enviroment Variables button
In the system varialbes window ensure that you have
Path - <some stuff>;folder where php is installed
i.e. %SystemRoot%\system32;%SystemRoot%;....;C:\PHP;
PHPRC - folder where php is installed
i.e. C:\PHP
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Navigation:
[Reply to this message]
|