I have Windows xp and i have Apache 2, Php, PhpMyAdmin and MySQL installed (latest versions).
The problem is that i get the following error message when i try to log into MySQL through my server:
Welcome to phpMyAdmin 2.5.3-rc1
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.
Error
MySQL said:
#1045 - Access denied for user: 'nickd@localhost' (Using password: YES)
Fatal error: Call to undefined function: pma_showmysqldocu() in C:\Program Files\Apache Group\Apache2\htdocs\phpMyAdmin\libraries\common.lib.php on line 468
I have put in the host, user and password details into the config.inc file including the completion of the
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpMyAdmin/';
just if u need it line 468 says:
echo PMA_showMySQLDocu('Error-returns', 'Error-returns');
plz help- iv bin trying everything to sort it and i wont give up!
nick 🙂