I just installed Windows Server 2008 R2 and got IIS fully installed. I installed the following:
- <div mce_keep="true">MySQL 5.1.40 (community)</div>
- <div mce_keep="true">PHP 5.3.0</div>
- <div mce_keep="true">phpMyAdmin 3.2.3</div>
I created the phpMyAdmin config.inc.php as described on my blog (which I've used on several occasions):
http://dpotter.net/Technical/2009/03/installing-phpmyadmin-on-windows-and-iis-60/
I am able to navigate to my phpmyadmin URL and I get the login page. However, after waiting about 30 seconds, the following page is displayed:
<div id=header>
Server Error in Application "DEFAULT WEB SITE/PHPMYADMIN"
</div> <div id=server_version>
Internet Information Services 7.5
</div> <div id=content> <div class=content-container>
</div> <div class=content-container>
</div> <div class=content-container>
</div> <div class=content-container>
</div> <div class=content-container>
</div></div>
I've been searching the forums for a couple hours now and haven't found anything that will solve this. Can someone help?
Thanks,
David