Redigera din httpd.conf-fil enligt följande:
# nano /etc/httpd/conf/httpd.conf
Lägg till följande rader här:
<Directory "/usr/share/phpmyadmin">
Order allow,deny
Allow from all
</Directory>
Ge följande kommando:
# service httpd restart
Om ditt problem inte är löst, inaktivera din SELinux.