Can't login to phpMyAdmin on a WAMP server running Windows 2008
- by Richard West
I am setting up a new server. I have installed Apache 2.2.17, PHP 5.3.3, MySQL 5.1.53 and phpMyAdmin 3.3.8 running on a Windows 2008 (32 bit) OS.
I have configured Apache and PHP so they appear to be working fine. I have created the standard test php page with the following code and everything appears to be working fine.
<?php
//index.php…