PHPMYADMIN配置[6]

[入库:2005年8月18日] [更新:2007年3月25日]

本文简介:选择自 yuguanglou 的 blog

$cfg['usedbsearch']             = true;   // whether to enable the "database search" feature
                                          // or not
$cfg['ignoremultisubmiterrors'] = false;  // if set to true, pma continues computing multiple-statement queries
                                          // even if one of the queries failed
$cfg['verbosemultisubmit']      = true;   // if set to true, pma will show the affected rows of each statement on
                                          // multiple-statement queries. see the read_dump.php file for hardcoded
                                          // defaults on how many queries a statement may contain!
$cfg['allowarbitraryserver']    = false;  // allow login to any user entered server in cookie based auth

// left frame setup-----左侧框架设置
$cfg['leftframelight']        = true;   .-----是否使用下拉框显示当前数据库// use a select-based menu and display only the
                                        // current tables in the left frame
$cfg['leftframetableseparator']= '__';  // which string will be used to generate table prefixes
                                        // to split tables into multiple categories
$cfg['leftframetablelevel']   = '1';    // how many sublevels should be displayed when splitting
                                        // up tables by the above separator

$cfg['showtooltip']           = true;   // display table comment as tooltip in left frame-----是否在框架左侧显示数据表内容提示

$cfg['showtooltipaliasdb']    = false;  // if showtooltip is enabled, this defines that table/db comments

$cfg['showtooltipaliastb']    = false;  // are shown (in the left menu and db_details_structure) instead of
                                        // table/db names

$cfg['leftdisplaylogo']       = true;   // display logo at top of left frame-----是否在框架左侧显示phpmyadmin的logo

$cfg['leftdisplayservers']    = false;  // display server choice at top of left frame-----是否显示mysql服务器选择选项

本文关键:PHPMYADMIN配置
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top