PHPMYADMIN配置[7]

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

本文简介:选择自 yuguanglou 的 blog

// in the main frame, at startup...-----右侧主框架设置(刚进入时)
$cfg['showstats']             = true;   // allow to display statistics and space usage in
                                        // the pages about database details and table
                                        // properties
$cfg['showmysqlinfo']         = false;  -----是否显示mysql运行时间// whether to display the "mysql runtime
$cfg['showmysqlvars']         = false;  -----是否显示mysql系统变量// information", "mysql system variables", "php
$cfg['showphpinfo']           = false;  -----是否显示php信息// information" and "change password" links for
$cfg['showchgpassword']    = false;  -----修改密码选项// simple users or not
$cfg['suggestdbname']       = true;   -----是否显示要建立的数据库默认名字// suggest a new db name if possible (false = keep empty)

// in browse mode...
$cfg['showblob']              = false;  // display blob field contents
$cfg['navigationbariconic']   = true;   // do not display text inside navigation bar buttons
$cfg['showall']               = false;  // allows to display all the rows-----是否显示所有数据表行
$cfg['maxrows']               = 30;     // maximum number of rows to display-----数据表行每页显示的数量
$cfg['order']                 = 'asc';  // default for 'order by' clause (valid
                                        // values are 'asc', 'desc' or 'smart' -ie
                                        // descending order for fields of type
                                        // time, date, datetime & timestamp,
                                        // ascending order else-)

本文关键:PHPMYADMIN配置
 

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

go top