PHPMyAdmin error with cPanel

Existing configuration file (./config.inc.php) is not readable.

This problem happens when you try to log in PHPMyAdmin in this scenario:

lsattr /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
----i-------- config.inc.php
ls -l /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
-rwx------ 1 cpanel cpanel 36109 Nov 10 2006 config.inc.php

The solution:

chattr -i /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php
chgrp cpanel-phpmyadmin /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php


COMENTA

Tags disponibles: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Return to Top