phpmyadmin config.inc.php配置示例

前端之家收集整理的这篇文章主要介绍了phpmyadmin config.inc.php配置示例前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

文件地址:D:\wamp\apps\PHPmyadmin4.0.4\config.inc.PHP 文件内容
<div class="codetitle"><a style="CURSOR: pointer" data="3106" class="copybut" id="copybut3106" onclick="doCopy('code3106')"> 代码如下:

<div class="codebody" id="code3106">
<?PHP
/
Generated configuration file
Generated by: PHPMyAdmin 4.0.4 setup script
Date: Mon,26 Aug 2013 05:32:47 +0000
*/ $cfg['blowfish_secret'] = 'a8b7c6d';
$i = 0;
$i++;
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['host'] = '127.0.0.1:3306';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['extension'] = 'MysqLi';
$cfg['Servers'][$i]['AllowNoPassword'] = false; $cfg['DefaultLang'] = 'en';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
$cfg['blowfish_secret'] = 'SB12035555';
$cfg['Error_Handler']['display'] = true;
$cfg['VersionCheck'] = false;
$cfg['ThemeDefault'] = 'original';
$cfg['MaxDbList'] = 300;
$cfg['MaxNavigationItems'] = 300;
$cfg['MaxTableList'] = 300;
$cfg['NavigationDisplaylogo'] = false;
$cfg['ShowDbStructureCreation'] = true;
$cfg['ShowDbStructureLastUpdate'] = true;
$cfg['ShowDbStructureLastCheck'] = false;
$cfg['HideStructureActions'] = true;
$cfg['FontFamily'] = 'MS YaHei';
$cfg['FontFamilyFixed'] = 'Vencent'; ?>

原文链接:https://www.f2er.com/php/25686.html

猜你在找的PHP相关文章