I am having a problem loading MySQL through PHP on my local server.
Windows XP SP2
Apache 2.2
MySQL Server 5.0.51a
PHP 5.2.5
I have the following in my php.ini
extension_dir ="C:\Web\PHP\ext\"
extension=libmySQL.dll
I copied the libmySQL.dll from the MySQL install into C:\Web\PHP\ext\".
The file structure is as follows.
C:\Web\PHP\
C:\Web\Apache2.2\
C:\Web\MySQL_Server_5.0\
The PHP and Apache loads fine and I can connect to the MySQL using the command line tool.
Any ideas why I cant get the MySQL loaded with PHP?
Thanks
I have attached the phpinfo(); below