Page 1 of 1

Can't find MYSQL, MYSQLI extensions

Posted: Wed May 01, 2013 9:05 am
by Lonestarjack
Windows 7 and IIS.

I have installed PHP 5.3, uninstalled, installed 5.2 again and again, but MYSQL cannot connect using any connection statements.

When I do get an error message it says MYSQL etc not installed.

I selected all extensions on the installation.

Re: Can't find MYSQL, MYSQLI extensions

Posted: Wed May 01, 2013 10:29 am
by mikosiko
I don't know any "MYSQL etc not installed" error... such error doesn't exist!! ... j/ty

did you tried a simple php script like:

Code: Select all

<?php
   phpinfo();
?>
did it works?... does it shows mysql extension active?

are you sure that you installed php over IIS correctly?

here is an article that shows a way to do it step by step....http://www.iis.net/learn/application-fr ... s#Overview hope that helps