I am trying to log into phpmyadmin however when I type username as "root" and password as blank, I get the error:
Login without a password is forbidden by configuration   
I had a look at the accepted answer here: Can anyone confirm that phpMyAdmin AllowNoPassword works with MySQL databases?
I uncommented the line (in /etc/phpmyadmin/config.inc.php)  :    
$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;  
but to no avail
Any help would be appreciated.

 
     
    