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.
Can't find MYSQL, MYSQLI extensions
Moderator: General Moderators
- Lonestarjack
- Forum Commoner
- Posts: 31
- Joined: Tue Nov 11, 2008 7:13 am
- Location: Texas
Re: Can't find MYSQL, MYSQLI extensions
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:
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
did you tried a simple php script like:
Code: Select all
<?php
phpinfo();
?>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