I managed to get apache serving PHP pages by changing httpd.conf to use port 81 rather than port 80 as this port was in use. But I am now stuck trying to get phpMyAdmin to load. It gives me the following error message:
#1045 - Access denied for user 'root'@'localhost' (using password: NO) When I change c:/wamp/apps/phpmyadmin3.2.0.1/config.inc.php to use my password it says the following when atttempting to load phpMyAdmin: #1045 - Access denied for user 'root'@'localhost' (using password: YES) What gives? 2010/1/24 Navdeep Singh Sidhu <[email protected]>: > So you have installed all the components of WAMP by yourself. If yes > then Apache will have a Start menu icon, about "Test your configuration", > run it and tell us if it shows any errors. > If there's an error about the PHP module. check if you have specified the > PHP.INI path in httpd.conf. > Cheers, > Navi -- Sincerely and kindest regards, Davin. Davin Pearson http://www.davinpearson.com
