Click to See Complete Forum and Search --> : MYSQL & PHP.INI


laurin1
04-27-2007, 07:20 PM
For some reason, MYSQL will not work with PHP unless i place the php.ini file in c:\Windows. I've checked the path and everything else works in c:\php (dll's and such.) I can't seem to figure out why...

ugurileri
04-29-2007, 12:33 PM
just replace existing libmysql.dll file with the one in Mysql Install Directory..

bradgrafelman
05-02-2007, 01:00 AM
This probably means that the php.ini file isn't being parsed.

What webserver (name and version) are you using, and how are you implementing PHP (ISAPI module or CGI binary)?

Piranha
05-02-2007, 04:12 AM
Set the path in the apache configuration file with forward slashes c:/php, backwards slahses don't work.