Can anyone confirm that phpMyAdmin AllowNoPassword works with MySQL databases

0 votes

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?

Jun 3, 2022 in PHP by Kichu
• 19,040 points
1,591 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
0 votes
I have the exact same problem

pls someone help me
answered May 15, 2023 by anonymous

edited Mar 5