Remote access to phpmyadmin from computer belongs to same LAN
- by Charles
OK... I solved it.
It is because I have not configured the httpd.conf to allow the centos listen port 80 and 8080.
Listen 80
Listen 8080
I have setup the myphpadmin on my CentOS 6.4 recently. I can access and login to the myphpadmin on my localhost. However, when I type http://[hostipaddr]/phpmyadmin on my other computer in the same LAN with the…