Hi,
I installed a new server with Debian Lenny last week.
phpMyAdmin was working, now it's not.
Is pMA still vulnerable?
/var/lib/phpmyadmin# ls -l
total 8
-rw-r----- 1 root www-data 60 2009-09-15 19:20 blowfish_secret.inc.php
-rw-rw---- 1 root www-data 635 2009-09-20 18:00 config.inc.php
# dpkg -l|grep phpmyadmin
ii phpmyadmin 4:2.11.8.1-5+lenny1
# cat config.inc.php
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 2.11.8.1deb5+lenny1 setup script by Michal
Cihar <[email protected]>
* Version: $Id: setup.php 11423 2008-07-24 17:26:05Z lem9 $
* Date: Sun, 20 Sep 2009 16:00:39 GMT
*/
/* Servers configuration */
$i = 0;
/* Server (config:root) [1] */
$i++;
$cfg['Servers'][$i]['host_______phpinfo_____'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
/* End of servers configuration */
?>
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]