FN-GM Posted July 14, 2008 Posted July 14, 2008 Hi I followed this Tutorial to install PHP on IIS - Installing PHP5 on Windows 2003 and IIS6 | PHP | Web Technologies- VideoTutorialZone.com I have download phpmyadmin, extracted the files from the ZIP and put them into the directory. When i go to http://localhost/phpmyadmin i get this error “Cannot load mysql extension. Please check your PHP configuration” I have tried googling this but the only answers i can find is for *nix and Apache not IIS. Please can someone help me i’m no good with IIS
kmount Posted July 14, 2008 Posted July 14, 2008 Top Result on google looks promising here. I think the gist of it is to make sure you have enabled MySQL support in php.ini.
maniac Posted July 14, 2008 Posted July 14, 2008 If you download the windows installer rather than the ZIP file package, it sets up IIS for you as part of the installation, and you can select what extensions you want at the same time. I found this the easiest way of getting PHP on IIS working properly. Mike.
srochford Posted July 14, 2008 Posted July 14, 2008 Other key thing to check is where your php.ini file is - sometimes you'll edit the file in c:\php but php is actually using the one in c:\windows. The phpinfo() function will tell you which you're using.
FN-GM Posted July 14, 2008 Author Posted July 14, 2008 Hi All sorted for that problem, i needed to drop a .dll file in c:\windows now another problem, i have opened another post Z
kmount Posted July 15, 2008 Posted July 15, 2008 A thank you would have been nice to those of us who posted to try and help. - May make us more likely to read your other post.
FN-GM Posted July 15, 2008 Author Posted July 15, 2008 Apologies, If you look at my other posts I usually do. At this point I was nackard and just wanted to get off to bed. Didn’t noticed I didn’t say thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now