hi quanta
this morning i try to use other version of phpmyadmin,the way i install phpmyadmin is same
i use rpm package,this time i use phpmyadmin 2.11.9.6.1.el5.rf.noarch.rpm
after i install php-pdo and php-mysql depedencies i have succeed install phpmyadmin
i try to run phpmyadmin by running httpd daemon with service httpd start command,it success, then i try run httpd daemon with service packetfence start(my opensource program), it show that httpd daemon is running
then i try open phpmyadmin use
http://192.168.1.10/phpmyadmin --> dont work
i try make alias on /usr/local/pf/conf/templates/httpd.conf.apache22
Alias /phpmyadmin /usr/share/phpmyadmin
then i run service packetfence restart, i try open
https://192.168.1.10:1443/phpmyadmin/
it show error : Existing configuration file (./config.inc.php) is not readable
look at google it say that this is permission problem
i run ls -l at /usr/share/phpmyaddmin it show the permission of config.inc.php
-rw-r----- 1 root apache 1763 Jul 10 02:20 config.inc.php
how do i fix this problem?