📄 documentation.html
字号:
<dd> In light mode, defines whether to display the names of databases (in the selector) using a tree, see also <tt>$cfg['LeftFrameDBSeparator']</tt>. </dd> <dt><b><a name="cfg_LeftFrameDBSeparator"></a>$cfg[LeftFrameDBSeparator]</b> string</dt> <dd> The string used to separate the parts of the database name when showing them in a tree. </dd> <dt><b><a name="cfg_LeftFrameTableSeparator"></a>$cfg[LeftFrameTableSeparator]</b> string</dt> <dd> Defines a string to be used to nest table spaces. Defaults to '__'. This means if you have tables like 'first__second__third' this will be shown as a three-level hierarchy like: first > second > third. If set to FALSE or empty, the feature is disabled. NOTE: You shall not use this Separator in a table name at the beginning or end of a table name, or multiple times after another without any other characters in between. </dd> <dt><b><a name="cfg_LeftFrameTableLevel"></a>$cfg[LeftFrameTableLevel]</b> string</dt> <dd> Defines how many sublevels should be displayed when splitting up tables by the above Separator. </dd> <dt><b><a name="cfg_ShowTooltip"></a>$cfg[ShowTooltip] </b>boolean</dt> <dd> Defines whether to display table comment as tool-tip in left frame or not. </dd> <dt><b><a name="cfg_ShowTooltipAliasDB"></a>$cfg[ShowTooltipAliasDB] </b>boolean</dt> <dd> If tool-tips are enabled and a DB comment is set, this will flip the comment and the real name. That means, if you have a table called 'user0001' and add the comment 'MyName' on it, you will see the name 'MyName' used consequently in the left frame and the tool-tip shows the real name of the DB. </dd> <dt><b><a name="cfg_ShowTooltipAliasTB"></a>$cfg[ShowTooltipAliasTB] </b>boolean/string</dt> <dd> Same as $cfg['ShowTooltipAliasDB'], except this works for table names. When setting this to 'nested', the Alias of the Tablename is only used to split/nest the tables according to the $cfg['LeftFrameTableSeparator'] directive. So only the folder is called like the Alias, the tablename itself stays the real tablename. <br /><br /> </dd> <dt><b><a name="cfg_LeftDisplayLogo"></a>$cfg[LeftDisplayLogo] </b>boolean</dt> <dd>Defines whether to display the phpMyAdmin logo at the top of the left frame or not. Defaults to <tt>TRUE</tt>. </dd> <dt><b><a name="cfg_LeftDisplayServers"></a>$cfg[LeftDisplayServers] </b>boolean</dt> <dd>Defines whether to display a server choice at the top of the left frame or not. Defaults to FALSE. </dd> <dt><b><a name="cfg_DisplayServersList"></a>$cfg[DisplayServersList] </b>boolean</dt> <dd>Defines whether to display this server choice as links instead of in a drop-down. Defaults to FALSE (drop-down). </dd> <dt><b><a name="cfg_ShowStats"></a>$cfg[ShowStats] </b>boolean</dt> <dd> Defines whether to display space usage and statistics about databases and tables or not.<br /> Note that statistics requires at least MySQL 3.23.3 and that, at this date, MySQL doesn't return such information for Berkeley DB tables. </dd> <dt> <b><a name="cfg_ShowPhpInfo"></a>$cfg[ShowPhpInfo] </b>boolean<br /> <b><a name="cfg_ShowChgPassword"></a>$cfg[ShowChgPassword] </b>boolean </dt> <dd> Defines whether to display the "PHP information" and "Change password " links or not for simple users at the starting main (right) frame. This setting does not check MySQL commands entered directly. <br /><br /> Please note that to block the usage of phpinfo() in scripts, you have to put this in your <i>php.ini</i>:<br /> <tt>disable_functions = phpinfo()</tt> <br /><br /> Also note that enabling the "Change password " link has no effect with "config" authentication mode: because of the hard coded password value in the configuration file, end users can't be allowed to change their passwords. </dd> <dt><b><a name="cfg_SuggestDBName"></a>$cfg[SuggestDBName]</b> boolean</dt> <dd> Defines whether to suggest a database name on the "Create Database" form or to keep the textfield empty. </dd> <dt><b><a name="cfg_ShowBlob"></a>$cfg[ShowBlob] </b>boolean</dt> <dd> Defines whether <tt>BLOB</tt> fields are shown when browsing a table's content or not. </dd> <dt><b><a name="cfg_NavigationBarIconic"></a>$cfg[NavigationBarIconic] </b>string</dt> <dd> Defines whether navigation bar buttons and the right panel top menu contain text or symbols only. A value of TRUE displays icons, FALSE displays text and 'both' displays both icons and text. </dd> <dt><b><a name="cfg_ShowAll"></a>$cfg[ShowAll] </b>boolean</dt> <dd> Defines whether an user should be displayed a "show all (records)" button in browse mode or not. </dd> <dt><b><a name="cfg_MaxRows"></a>$cfg[MaxRows] </b>integer</dt> <dd> Number of rows displayed when browsing a result set. If the result set contains more rows, Previous/Next links will be shown. </dd> <dt><b><a name="cfg_Order"></a>$cfg[Order] </b>string [<tt>DESC</tt>|<tt>ASC</tt>|<tt>SMART</tt>]</dt> <dd> Defines whether fields are displayed in ascending (<tt>ASC</tt>) order, in descending (<tt>DESC</tt>) order or in a "smart" (<tt>SMART</tt>) order - I.E. descending order for fields of type TIME, DATE, DATETIME & TIMESTAMP, ascending order else- by default. </dd> <dt><b><a name="cfg_ProtectBinary"></a>$cfg[ProtectBinary] </b>boolean or string</dt> <dd> Defines whether <tt>BLOB</tt> or <tt>BINARY</tt> fields are protected from editing when browsing a table's content or not. Valid values are: <ul> <li><tt>FALSE</tt> to allow editing of all fields;</li> <li><tt>'blob'</tt> to allow editing of all fields except <tt>BLOBS</tt>;</li> <li><tt>'all'</tt> to disallow editing of all <tt>BINARY</tt> or <tt>BLOB</tt> fields.</li> </ul> </dd> <dt><b><a name="cfg_ShowFunctionFields"></a>$cfg[ShowFunctionFields] </b>boolean</dt> <dd> Defines whether MySQL functions fields should be displayed or not in edit/insert mode. </dd> <dt><b><a name="cfg_CharEditing"></a>$cfg[CharEditing] </b>string</dt> <dd> Defines which type of editing controls should be used for CHAR and VARCHAR fields. Possible values are: <ul> <li> input - this allows to limit size of text to size of field in MySQL, but has problems with newlines in fields </li> <li> textarea - no problems with newlines in fields, but also no length limitations </li> </ul> Default is old behavior so input. </dd> <dt><b><a name="cfg_InsertRows"></a>$cfg[InsertRows]</b> integer</dt> <dd> Defines the maximum number of concurrent entries for the Insert page. </dd> <dt><b><a name="cfg_ForeignKeyMaxLimit"></a>$cfg[ForeignKeyMaxLimit]</b> integer</dt> <dd> If there are fewer items than this in the set of foreign keys, then a drop-down box of foreign keys is presented, in the style described by the <b>$cfg[ForeignKeyDropdownOrder]</b> setting. </dd> <dt><b><a name="cfg_ForeignKeyDropdownOrder"></a>$cfg[ForeignKeyDropdownOrder]</b> array</dt> <dd> For the foreign key drop-down fields, there are several methods of display, offering both the key and value data. The contents of the array should be one or both of the following strings: <i>'content-id'</i>, <i>'id-content'</i>. </dd> <dt> <b><a name="cfg_ZipDump"></a>$cfg[ZipDump] </b>boolean<br /> <b><a name="cfg_GZipDump"></a>$cfg[GZipDump] </b>boolean<br /> <b><a name="cfg_BZipDump"></a>$cfg[BZipDump] </b>boolean </dt> <dd> Defines whether to allow the use of zip/GZip/BZip2 compression when creating a dump file or not. </dd> <dt> <b><a name="cfg_CompressOnFly"></a>$cfg[CompressOnFly] </b>boolean<br /> </dt> <dd> Defines whether to allow on the fly compression for GZip/BZip2 compressed exports. This doesn't affect smaller dumps and allows to create larger dumps, that won't fit otherwise in memory due to php memory limit. Produced files contain more GZip/BZip2 headers, but all normal programs handle this correctly. </dd> <dt><b><a name="cfg_LightTabs"></a>$cfg[LightTabs] </b>string</dt> <dd> If set to True, use less graphically intense tabs on the top of the mainframe. </dd> <dt><b><a name="cfg_PropertiesIconic"></a>$cfg[PropertiesIconic] </b>string</dt> <dd> If set to <tt>TRUE</tt>, will display icons instead of text for db and table properties links (like 'Browse', 'Select', 'Insert', ...).<br /> Can be set to <tt>'both'</tt> if you want icons AND text.<br /> When set to <tt>FALSE</tt>, will only show text. </dd> <dt><b><a name="cfg_PropertiesNumColumns"></a>$cfg[PropertiesNumColumns] </b>integer</dt> <dd> How many columns will be utilized to display the tables on the database property view? Default is 1 column. When setting this to a value larger than 1, the type of the database will be omitted for more display space. </dd> <dt><b><a name="cfg_DefaultTabServer"></a>$cfg[DefaultTabServer] </b>string</dt> <dd> Defines the tab displayed by default on server view. Possible values: "main.php" (recommended for multi-user setups), "server_databases.php", "server_status.php", "server_variables.php", "server_privileges.php" or "server_processlist.php". </dd> <dt><b><a name="cfg_DefaultTabDatabase"></a>$cfg[DefaultTabDatabase] </b>string</dt> <dd> Defines the tab displayed by default on database view. Possible values: "db_details_structure.php", "db_details.php" or "db_search.php". </dd> <dt><b><a name="cfg_DefaultTabTable"></a>$cfg[DefaultTabTable] </b>string</dt> <dd> Defines the tab displayed by default on table view. Possible values: "tbl_properties_structure.php", "tbl_properties.php", "tbl_select.php", "tbl_change.php" or "sql.php". </dd> <dt><b><a name="cfg_MySQLManualBase"></a>$cfg[MySQLManualBase]</b> string</dt> <dd> If set to an URL which points to the MySQL documentation (type depends on <tt>$cfg['MySQLManualType']</tt>), appropriate help links are generated. <br /> See <a href="http://dev.mysql.com/doc/">MySQL Documentation page</a> for more information about MySQL manuals and their types. </dd> <dt><b><a name="cfg_MySQLManualType"></a>$cfg[MySQLManualType]</b> string</dt> <dd> Type of MySQL documentation: <ul> <li>viewable - "viewable online", current one used on MySQL website</li> <li>searchable - "Searchable, with user comments"</li> <li>chapters - "HTML, one page per chapter"</li> <li>big - "HTML, all on one page"</li> <li>none - do not show documentation links</li> </ul> </dd> <dt><b><a name="cfg_DefaultLang"></a>$cfg[DefaultLang] </b>string</dt> <dd> Defines the default language to us
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -