Can't find MYSQL, MYSQLI extensions

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
User avatar
Lonestarjack
Forum Commoner
Posts: 31
Joined: Tue Nov 11, 2008 7:13 am
Location: Texas

Can't find MYSQL, MYSQLI extensions

Post 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.
mikosiko
Forum Regular
Posts: 757
Joined: Wed Jan 13, 2010 7:22 pm

Re: Can't find MYSQL, MYSQLI extensions

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