Hi all,
I am trying to get phpmyadmin working with mysql but I get the below errors...
Why is this??
"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."
and...
" #1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client "
changes in config.inc.php file:
$cfg['PmaAbsoluteUri'] = 'http://localhost/phpmyadmin/';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'pword';
Any ideas if I am missing something??