Report this

What is the reason for this report?

I cannot access phpmyadmin on CentOS 6.5 x86

Posted on August 27, 2014

Hi all,

I installed phpMyAdmin on my server by following instructions this link: https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-a-centos-6-4-vps But I get a error is: You don’t have permission to access /phpmyadmin on this server?

Content of file /etc/httpd/conf.d/phpmyadmin.conf is:

<Directory “/usr/share/phpmyadmin”> Order Deny,Allow Deny from all Allow from <my_ip_address> </Directory>

Alias /phpmyadmin /usr/share/phpmyadmin Alias /phpMyAdmin /usr/share/phpmyadmin Alias /mysqladmin /usr/share/phpmyadmin

Please help…

Thanks,



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

after changing your /etc/httpd/conf.d/phpmyadmin.conf with your ip did you restart your apache? sudo apachectl -k stop; sudo /etc/init.d/httpd start;

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.