[SOLVE] phpMyAdmin access denied problem on Linux

Опубликовано: 25 Апрель 2026
на канале: Nilesh Vadaliya
12,032
19

Hi friendzz....


Today i will show u How to solve a phpMyAdmin access denied problem on Linux

start lampp





Solution : -

first go to /opt/lampp/etc/extra/httpd-xampp.conf

Add the line Require all granted to the bottom of the Directory "/opt/lampp/phpmyadmin"

find this line
copy paste this

Directory "/opt/lampp/phpmyadmin"
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
Require all granted
/Directory


done... check now..


Thanks for watch ....