PHPMYADMIN配置[14]

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

本文简介:选择自 yuguanglou 的 blog

$cfg['queryframe']          = true;         // displays a new frame where a link to a querybox is always displayed.
$cfg['queryframejs']        = true;         // whether to use javascript functions for opening a new window for sql commands.
                                            // if set to 'false', the target of the querybox is always the right frame.
$cfg['queryframedebug']     = false;        // display js debugging link (developers only)
$cfg['querywindowwidth']    = 550;          // width of query window
$cfg['querywindowheight']   = 310;          // height of query window
$cfg['queryhistorydb']      = false;         // set to true if you want db-based query history.
                                            // if false, this utilizes js-routines to display
                                            // query history (lost by window close)
$cfg['querywindowdeftab']   = 'sql';        // which tab to display in the querywindow on startup
                                            // (sql|files|history|full)
$cfg['queryhistorymax']     = 25;           // when using db-based query history, how many entries
                                            // should be kept?
$cfg['browsemime']          = true;         // use mime-types (stored in column comments table) for
$cfg['maxexactcount']       = 20000;        // when approximate count < this, pma will get exact count for
                                            // table rows.
$cfg['wysiwyg-pdf']         = true;         // utilize dhtml/js capabilities to allow wysiwyg editing of
                                            // the pdf page editor. requires an ie6/mozilla based browser.

/**
* sql query box settings
* these are the links display in all of the sql query boxes
*/
$cfg['sqlquery']['edit']      = true;       // edit link to change a query
$cfg['sqlquery']['explain']   = true;       // explain on select queries
$cfg['sqlquery']['showasphp'] = true;       // wrap a query in php
$cfg['sqlquery']['validate']  = false;      // validate a query (see $cfg['sqlvalidator'] as well)

本文关键:PHPMYADMIN配置
 

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

go top