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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

By nntuan22
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,