I have a version of phpMyAdmin located on my local Apache server and I am trying to log in without a password however phpMyAdmin keeps throwing the warning:
Login without a password is forbidden by configuration (see AllowNoPassword)
In my config.php file for phpMyAdmin I have set:
$cfg['Servers'][$i]['AllowNoPassword'] = TRUE;
What am I doing wrong here? Can someone help me fix this?