Debug School

rakesh kumar
rakesh kumar

Posted on

How to login without password in phpMyAdmin

Problem
You will get the below error when logging in to phpMyAdmin without a password, even if your existing MySQL account itself is passwordless. It is because phpMyAdmin is normally configured to disable passwordless login due to security reasons.

Image description

Image description

*Solution *

To enable login to MySQL / MariaDB with no password in phpMyAdmin, you'll need to configure AllowNoPassword option in phpMyAdmin's configuration.

Image description
Image description

How to login without password in phpMyAdmin

Top comments (0)