Chỉnh sửa tệp httpd.conf của bạn như sau:
# nano /etc/httpd/conf/httpd.conf
Thêm các dòng sau vào đây:
<Directory "/usr/share/phpmyadmin">
Order allow,deny
Allow from all
</Directory>
Đưa ra lệnh sau:
# service httpd restart
Nếu sự cố của bạn không được giải quyết, hãy tắt SELinux của bạn.