$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)