phpMyAdmin
 sql >> Database >  >> Database Tools >> phpMyAdmin

phpMyAdmin + CentOS 6.0 - Proibito

Modifica il tuo file httpd.conf come segue:

# nano /etc/httpd/conf/httpd.conf

Aggiungi qui le seguenti righe:

<Directory "/usr/share/phpmyadmin">
    Order allow,deny
    Allow from all
</Directory>

Emetti il ​​seguente comando:

# service httpd restart

Se il tuo problema non viene risolto, disabilita SELinux.