en la carpeta de configuracion de apache busca el 
phpMyAdmin.conf (/etc/httpd/conf.d/phpMyAdmin.conf) y comentas el bloque que dice:   
Código Apache:
Ver original- <Directory /usr/share/phpMyAdmin/> 
que dando asi:   
Código Apache:
Ver original- #<Directory /usr/share/phpMyAdmin/> 
- #   Order Deny,Allow 
- #   Deny from All 
- #   Allow from 127.0.0.1 
- #   Allow from ::1 
- #</Directory> 
Suerte.