Existing configuration file (./config.inc.php) is not readable
by Subramanian[ Edit ] 2013-10-01 18:43:47
Existing configuration file (./config.inc.php) is not readable
When i try to open phpmyadmin page i get the error like
"Existing configuration file (./config.inc.php) is not readable". Then i change the permission for
"config.inc.php" like below.
[root@localhost /]# cd /opt/lampp/phpmyadmin
[root@localhost phpmyadmin]# chmod 644 config.inc.php
[root@localhost phpmyadmin]# /opt/lampp/lampp restart
Now i try to open phpmyadmin it was run properly.