Posted by oaksong on 09/27/06 14:03
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]
|