📄 documentation.txt
字号:
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.$cfg[ShowTooltipAliasTB] boolean/string 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.$cfg[LeftDisplayLogo] boolean Defines whether to display the phpMyAdmin logo at the top of the left frame or not. Defaults to TRUE.$cfg[LeftDisplayServers] boolean Defines whether to display a server choice at the top of the left frame or not. Defaults to FALSE.$cfg[DisplayServersList] boolean Defines whether to display this server choice as links instead of in a drop-down. Defaults to FALSE (drop-down).$cfg[ShowStats] boolean Defines whether to display space usage and statistics about databases and tables or not. 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.$cfg[ShowPhpInfo] boolean $cfg[ShowChgPassword] boolean 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. Please note that to block the usage of phpinfo() in scripts, you have to put this in your php.ini: disable_functions = phpinfo() 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.$cfg[SuggestDBName] boolean Defines whether to suggest a database name on the "Create Database" form or to keep the textfield empty.$cfg[ShowBlob] boolean Defines whether BLOB fields are shown when browsing a table's content or not.$cfg[NavigationBarIconic] string 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.$cfg[ShowAll] boolean Defines whether an user should be displayed a "show all (records)" button in browse mode or not.$cfg[MaxRows] integer Number of rows displayed when browsing a result set. If the result set contains more rows, Previous/Next links will be shown.$cfg[Order] string [DESC|ASC|SMART] Defines whether fields are displayed in ascending (ASC) order, in descending (DESC) order or in a "smart" (SMART) order - I.E. descending order for fields of type TIME, DATE, DATETIME & TIMESTAMP, ascending order else- by default.$cfg[ProtectBinary] boolean or string Defines whether BLOB or BINARY fields are protected from editing when browsing a table's content or not. Valid values are: + FALSE to allow editing of all fields; + 'blob' to allow editing of all fields except BLOBS; + 'all' to disallow editing of all BINARY or BLOB fields.$cfg[ShowFunctionFields] boolean Defines whether MySQL functions fields should be displayed or not in edit/ insert mode.$cfg[CharEditing] string Defines which type of editing controls should be used for CHAR and VARCHAR fields. Possible values are: + input - this allows to limit size of text to size of field in MySQL, but has problems with newlines in fields + textarea - no problems with newlines in fields, but also no length limitations Default is old behavior so input.$cfg[InsertRows] integer Defines the maximum number of concurrent entries for the Insert page.$cfg[ForeignKeyMaxLimit] integer 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 $cfg[ForeignKeyDropdownOrder] setting.$cfg[ForeignKeyDropdownOrder] array 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: 'content-id', 'id-content'.$cfg[ZipDump] boolean $cfg[GZipDump] boolean $cfg[BZipDump] boolean Defines whether to allow the use of zip/GZip/BZip2 compression when creating a dump file or not.$cfg[CompressOnFly] boolean 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.$cfg[LightTabs] string If set to True, use less graphically intense tabs on the top of the mainframe.$cfg[PropertiesIconic] string If set to TRUE, will display icons instead of text for db and table properties links (like 'Browse', 'Select', 'Insert', ...). Can be set to 'both' if you want icons AND text. When set to FALSE, will only show text.$cfg[PropertiesNumColumns] integer 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.$cfg[DefaultTabServer] string 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".$cfg[DefaultTabDatabase] string Defines the tab displayed by default on database view. Possible values: "db_details_structure.php", "db_details.php" or "db_search.php".$cfg[DefaultTabTable] string 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".$cfg[MySQLManualBase] string If set to an URL which points to the MySQL documentation (type depends on $cfg['MySQLManualType']), appropriate help links are generated. See MySQL Documentation page for more information about MySQL manuals and their types.$cfg[MySQLManualType] string Type of MySQL documentation: + viewable - "viewable online", current one used on MySQL website + searchable - "Searchable, with user comments" + chapters - "HTML, one page per chapter" + big - "HTML, all on one page" + none - do not show documentation links$cfg[DefaultLang] string Defines the default language to use, if not browser-defined or user-defined. See the select_lang.lib.php script to know the valid values for this setting.$cfg[DefaultConnectionCollation] string Defines the default connection collation to use, if not user-defined. See the MySQL documentation for list of possible values.$cfg[Lang] string Force: always use this language (must be defined in the select_lang.lib.php script).$cfg[FilterLanguages] string Limit list of available languages to those matching the given regular expression. For example if you want only Czech and English, you should set filter to '^(cs|en)'.$cfg[DefaultCharset] string Default character set to use for recoding of MySQL queries. This must be enabled and it's described by $cfg['AllowAnywhereRecoding'] option. You can give here any character set which is in $cfg['AvailableCharsets'] array and this is just default choice, user can select any of them.$cfg[AllowAnywhereRecoding] boolean Allow character set recoding of MySQL queries. You need recode or iconv support (compiled in or module) in PHP to allow MySQL queries recoding and used language file must have it enabled (by default only these which are in Unicode, just to avoid losing some characters). Setting this to TRUE also activates a pull-down menu in the Export page, to choose the character set when exporting a file.$cfg[RecodingEngine] string You can select here which functions will be used for character set conversion. Possible values are: + auto - automatically use available one (first is tested iconv, then recode) + iconv - use iconv or libiconv functions + recode - use recode_string function Default is auto.$cfg[IconvExtraParams] string Specify some parameters for iconv used in charset conversion. See iconv documentation for details. By default //TRANSLIT is used, so that invalid characters will be transliterated.$cfg[AvailableCharsets] array Available character sets for MySQL conversion. You can add your own (any of supported by recode/iconv) or remove these which you don't use. Character sets will be shown in same order as here listed, so if you frequently use some of these move them to the top.$cfg[GD2Available] string Specifies whether GD >= 2 is available. If yes it can be used for MIME transformations. Possible values are: + auto - automatically detect, this is a bit expensive operation for php < 4.3.0 so it is preferred to change this according to your server real possibilities + yes - GD 2 functions can be used + no - GD 2 function cannot be used Default is auto.$cfg[LeftWidth] integer Left frame width in pixel. See themes/themename/layout.inc.php.$cfg[LeftBgColor] string [HTML color] $cfg[RightBgColor] string [HTML color] The background colors (HTML) used for both the frames. See themes/themename /layout.inc.php.$cfg[RightBgImage] string The URI of the background image used for the right frame. It must be an absolute URI. See themes/themename/layout.inc.php.$cfg[LeftPointerColor] string [HTML color] The color (HTML) used for the pointer in the left frame (does not work with Netscape 4). See themes/themename/layout.inc.php.$cfg[LeftPointerEnable] boolean A value of TRUE activates the left pointer (when LeftFrameLight is FALSE).$cfg[Border] integer The size of a table's border. See themes/themename/layout.inc.php.$cfg[ThBgcolor] string [HTML color] The color (HTML) used for table headers. See themes/themename/ layout.inc.php.$cfg[BgcolorOne] string [HTML color] The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.$cfg[BgcolorTwo] string [HTML color] The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.$cfg[BrowsePointerColor] string [HTML color] $cfg[BrowseMarkerColor] string [HTML color] The colors (HTML) uses for the pointer and the marker in browse mode (does not work with Netscape 4). The former feature highlights the row over which your mouse is passing and the latter lets you visually mark/unmark rows by clicking on them. See themes/themename/layout.inc.php.$cfg[BrowsePointerEnable] boolean Whether to activate the browse pointer or not.$cfg[BrowseMarkerEnable] boolean Whether to activate the browse marker or not.$cfg[TextareaCols] integer $cfg[TextareaRows] integer $cfg[CharTextareaCols] integer $cfg[CharTextareaRows] integer Number of columns and rows for the textareas. This value will be emphasized (*2) for SQL query textareas and (*1.25) for SQL textareas inside the query window. The Char* values are used for CHAR and VARCHAR editing (if configured via $cfg['CharEditing']).$cfg[LongtextDoubleTextarea] boolean Defines whether textarea for LONGTEXT fields should have double size.$cfg[TextareaAutoSelect] boolean Defines if the whole textarea of the query box will be selected on click.$cfg[CtrlArrowsMoving] boolean Enable Ctrl+Arrows (Option+Arrows in Safari) moving between fields when editing.$cfg[LimitChars] integer Maximal number of Chars showed in any non-numeric field on browse view. Can be turned off by a toggle button on the browse page.$cfg[ModifyDeleteAtLeft] boolean $cfg[ModifyDeleteAtRight] boolean Defines the place where modify and delete links would be put when tables contents are displayed (you may have them displayed both at the left and at the right). "Left" and "right" are parsed as "top" and "bottom" with vertical display mode.$cfg[DefaultDisplay] string $cfg[HeaderFlipType] string There are 3 display modes: horizontal, horizontalflipped and vertical. Define which one is displayed by default. The first mode displays each row on a horizontal line, the second rotates the headers by 90 degrees, so you can use descriptive headers even though fields only contain small values and still print them out. The vertical mode sorts each row on a vertical lineup.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -