Installing PHP mysql in 2003 server

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
ssb_73
Forum Newbie
Posts: 1
Joined: Thu Jul 26, 2007 6:48 pm

Installing PHP mysql in 2003 server

Post 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
miro_igov
Forum Contributor
Posts: 485
Joined: Fri Mar 31, 2006 5:06 am
Location: Bulgaria

Post 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"
Post Reply