-
Entradas recientes
Comentarios recientes
- baaboochkaa en Could not connect to database for SQL SessionHandler
- Extintor Co2 en Extintor UNIX
- Berto en Propósitos para el 2009
- Pilar del Castillo en Propósitos para el 2009
- Guillo en Can't do setuid (cannot exec sperl)
Archivos
Categorías
Meta
Archivo de la etiqueta: PHPMyAdmin
#2002 – The server is not responding – phpmyadmin Error
This is a common error in cPanel, here is the fix: First edit the config file /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php Then, change the two following lines from $cfg['Servers'][$i]['socket'] = ”; $cfg['Servers'][$i]['connect_type'] = ‘tcp’; to $cfg['Servers'][$i]['socket'] = ‘/var/lib/mysql/mysql.sock’; $cfg['Servers'][$i]['connect_type'] = ‘socket’; Finish restarting mysql … Sigue leyendo
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 … Sigue leyendo