phpmyadmin config.inc.php配置示例
更新時間:2013年08月27日 15:37:09 作者:
這個config.inc.php文件為phpmyadmin的配置信息,下面有個已配置好的例子,大家可以參考下
文件地址:D:\wamp\apps\phpmyadmin4.0.4\config.inc.php
文件內(nèi)容:
<?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';
?>
文件內(nèi)容:
復(fù)制代碼 代碼如下:
<?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';
?>
相關(guān)文章
學(xué)習(xí)php設(shè)計模式 php實現(xiàn)觀察者模式(Observer)
這篇文章主要介紹了php設(shè)計模式中的觀察者模式,使用php實現(xiàn)觀察者模式,感興趣的小伙伴們可以參考一下2015-12-12攻克CakePHP(PHP中的Ruby On Rails框架)圖文介紹
CakePHP框架實例介紹分析。圖文并茂2008-10-10PHP面向?qū)ο髮W(xué)習(xí)之parent::關(guān)鍵字
在PHP中不能定義重名的函數(shù),也包括不能再同一個類中定義重名的方法,所以也就沒有方法重載。下面這篇文章主要給大家介紹了PHP面向?qū)ο笾畃arent::關(guān)鍵字的相關(guān)資料,需要的朋友可以參考借鑒,下面來一起看看吧。2017-01-01