Page 1 of 1

Installing PHP mysql in 2003 server

Posted: Thu Jul 26, 2007 6:59 pm
by ssb_73
Hi,

I have just installed php, mysql in windows 2003 server, when I opened phpinfo page, it is showing me the error:-

PHP Warning: PHP Startup: Unable to load dynamic library './php_mysqli.dll' - The specified module could not be found. in Unknown on line 0

1)I have installed PHP using the installer
2)PHP is working fine..but it is not talking to mysql
3)Added the path in environment settings
4)I searched a lot for this and did all those recommendation but still not working
5)Even copied the libmysql.dll and php_mysql.dll to c:\windows folder..nothing happening


Can anyone help me to find out the cause for this?

Thanks
sat

Posted: Fri Jul 27, 2007 3:28 am
by miro_igov
What is the content of the extension_dir variable in your php.ini ?

It must look like extension_dir = "DRIVE_LETTER :\path to php\extensions"