<?php
/* $FreeBSD: ports/databases/phpmyadmin/files/config.inc.php.sample,v 1.3 2006/05/16 06:43:23 clsung Exp $
*
* Skeleton configuration file -- this file is empty on a fresh
* installaton of phpmyadmin.
*
* Copy any settings you want to override from
* libraries/config.default.php or use scripts/setup.php to generate a
* basic configuration file
*
*/
/* Servers configuration */
$i = 0;
/* Server localhost (cookie) [1] */
$i++;
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* End of servers configuration */
$cfg['blowfish_secret'] = 'dklfjkldsjfwiejfmiyus.dfn.jjiggusd.,fjsdlh.';
//$cfg['ForceSSL'] = true;
$cfg['ShowPhpInfo'] = false;
$cfg['ShowChgPassword'] = true;
//$cfg['AllowArbitraryServer'] = true;
//$cfg['LoginCookieRecall'] = 'something';
$cfg['LoginCookieValidity'] = 1800;
//$cfg['AllowAnywhereRecoding'] = false;
$cfg['DefaultCharset'] = 'utf-8';
//$cfg['RecodingEngine'] = 'auto';
//$cfg['IconvExtraParams'] = '//TRANSLIT';
//$cfg['GD2Available'] = 'yes';
//$cfg['MySQLManualBase'] = 'http://dev.mysql.com/doc/refman';
//$cfg['MySQLManualType'] = 'viewable';
?>
댓글 없음:
댓글 쓰기