MySQL is working, PHP is working, Apache is working.
However, when I tried to install phpMyAdmin 2.11.3, it keeps saying it can't log in and that it is probably because I haven't setup my configuration file. I have a file named config.inc.php in my \USR\Apache2.2\htdocs\phpMyAdmin\config folder.
Every time I load phpMyAdmin, I get the following error:
I have tried using ['auth_type'] = 'http' and ['auth_type'] = 'config'. No difference. I have restarted both Apache and MySQL. Is there way to tell whether the config file is being read?#1045 - Access denied for user 'root'@'localhost' (using password: NO)
Also, when I try to use the tests that come with phpMyAdmin under the test folder, I get the following errors:
Any guidance would be welcome,Warning: require_once(PHPUnit/Framework.php) [function.require-once]: failed to open stream: No such file or directory in E:\USR\Apache2.2\htdocs\phpMyAdmin\test\PMA_transformation_getOptions_test.php on line 13
Fatal error: require_once() [function.require]: Failed opening required 'PHPUnit/Framework.php' (include_path='.;C:\php5\pear') in E:\USR\Apache2.2\htdocs\phpMyAdmin\test\PMA_transformation_getOptions_test.php on line 13
Thom