This is the elaborate message being displayed
"phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server."
I found some links to edit the config.inc.php file under /opt/lampp/phpmyadmin
and edit the
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
as my password for root user is simply 'root'
but still the same error persists.
I really need help upon this thing.
error message screenshot