phpMyAdmin

<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 2.11.2.2 setup script by Michal ?iha? <[email protected]>
 * Version: $Id: setup.php 10748 2007-10-10 07:30:59Z cybot_tm $
 * Date: Fri, 07 Dec 2007 15:52:44 GMT
 */


/* Servers configuration */
$i = 0;


/* Server localhost (config:root) [1] */
$i++;
$cfg[‘Servers’][$i][‘host’] = ‘localhost’;
$cfg[‘Servers’][$i][‘extension’] = ‘mysql’;
$cfg[‘Servers’][$i][‘port’] = ‘3306’;
$cfg[‘Servers’][$i][‘socket’] = ‘/var/lib/mysql/mysql.sock’;
$cfg[‘Servers’][$i][‘connect_type’] = ‘socket’;
$cfg[‘Servers’][$i][‘compress’] = false;
$cfg[‘Servers’][$i][‘auth_type’] = ‘http’;


/* End of servers configuration */


?>