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!
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;
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.