documentation.txt

来自「phpMyAdmin图形界面化操作,我已经配置好了,只要把解要压缩后的文件放到站」· 文本 代码 · 共 1,262 行 · 第 1/5 页

TXT
1,262
字号
    Defines whether to allow on the fly compression for GZip/BZip2 compressed    exports. This doesn't affect smaller dumps and allows users to create    larger dumps that won't otherwise fit in memory due to php memory limit.    Produced files contain more GZip/BZip2 headers, but all normal programs    handle this correctly.$cfg['LightTabs'] boolean    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_structure.php", "db_sql.php" or "db_search.php".$cfg['DefaultTabTable'] string    Defines the tab displayed by default on table view. Possible values:    "tbl_structure.php", "tbl_sql.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. The default value in this    menu comes from $cfg['Export']['charset'].$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['TrustedProxies'] array    Lists proxies and HTTP headers which are trusted for IP Allow/Deny. This    list is by default empty, you need to fill in some trusted proxy servers if    you want to use rules for IP addresses behind proxy.    The following example specifies that phpMyAdmin should trust a    HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy    1.2.3.4:    $cfg['TrustedProxies'] =         array('1.2.3.4' => 'HTTP_X_FORWARDED_FOR');    The $cfg['Servers'][$i]['AllowDeny']['rules'] directive uses the client's    IP address as usual.$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['CheckConfigurationPermissions'] boolean    We normally check the permissions on the configuration file to ensure it's    not world writable. However, phpMyAdmin could be installed on a NTFS    filesystem mounted on a non-Windows server, in which case the permissions    seems wrong but in fact cannot be detected. In this case a sysadmin would    set this parameter to FALSE. Default is TRUE.$cfg['NaviWidth'] integer    Navi frame width in pixels. See themes/themename/layout.inc.php.$cfg['NaviBackground'] string [valid css code for background]    $cfg['MainBackground'] string [valid css code for background]    The background styles used for both the frames. See themes/themename/    layout.inc.php.$cfg['NaviPointerBackground'] string [valid css code for background]    $cfg['NaviPointerColor'] string [valid css color]    The style used for the pointer in the navi frame. See themes/themename/    layout.inc.php.$cfg['NaviDatabaseNameColor'] string [valid css code]    The color used for the database name in the navi frame. See themes/    themename/layout.inc.php.$cfg['LeftPointerEnable'] boolean    A value of TRUE activates the navi pointer (when LeftFrameLight is FALSE).$cfg['Border'] integer    The size of a table's border. See themes/themename/layout.inc.php.$cfg['ThBackground'] string [valid css code for background]    $cfg['ThColor'] string [valid css color]    The style used for table headers. See themes/themename/layout.inc.php.$cfg['BgOne'] string [HTML color]    The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.$cfg['BgTwo'] string [HTML color]    The color (HTML) #2 for table rows. See themes/themename/layout.inc.php.$cfg['BrowsePointerBackground'] string [HTML color]    $cfg['BrowsePointerColor'] string [HTML color]    $cfg['BrowseMarkerBackground'] string [HTML color]    $cfg['BrowseMarkerColor'] string [HTML color]    The colors (HTML) uses for the pointer and the marker in browse mode.    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['FontFamily'] string    You put here a valid CSS font family value, for example arial, sans-serif.    See themes/themename/layout.inc.php.$cfg['FontFamilyFixed'] string    You put here a valid CSS font family value, for example monospace. This one    is used in textarea.    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    Maximum number of characters showen 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.    The HeaderFlipType can be set to 'css' or 'fake'. When using 'css' the    rotation of the header for horizontalflipped is done via CSS. If set to    'fake' PHP does the transformation for you, but of course this does not    look as good as CSS.$cfg['DefaultPropDisplay'] string or integer    When editing/creating new columns in a table all fields normally get lined    up one field a line. (default: 'horizontal'). If you set this to 'vertical'    you can have each field lined up vertically beneath each other. You can    save up a lot of place on the horizontal direction and no longer have to    scroll. If you set this to integer, editing of fewer columns will appear in    'vertical' mode, while editing of more fields still in 'horizontal' mode.    This way you can still effectively edit large number of fields, while    having full view on few of them.$cfg['ShowBrowseComments'] boolean    $cfg['ShowPropertyComments'] boolean    By setting the corresponding variable to TRUE you can enable the display of    column comments in Browse or Property display. In browse mode, the comments    are shown inside the header. In property mode, comments are displayed using    a CSS-formatted dashed-line below the name of the field. The comment is    shown as a tool-tip for that field.$cfg['SQLQuery']['Edit'] boolean    Whether to display an edit link to change a query in any SQL Query box.$cfg['SQLQuery']['Explain'] boolean    Whether to display a link to explain a SELECT query in any SQL Query box.$cfg['SQLQuery']['ShowAsPHP'] boolean    Whether to display a link to wrap a query in PHP code in any SQL Query box.$cfg['SQLQuery']['Validate'] boolean    Whether to display a link to validate a query in any SQL Query box. See    also $cfg_SQLValidator.$cfg['SQLQuery']['Refresh'] boolean    Whether to display a link to refresh a query in any SQL Query box.$cfg['UploadDir'] string    The name of the directory where SQL files have been uploaded by other means    than phpMyAdmin (for example, ftp). Those files are available under a    drop-down box when you click the database or table name, then the Import    tab.    If you want different directory for each user, %u will be replaced with    username.    Please note that the file names must have the suffix ".sql" (or ".sql.bz2"    or ".sql.gz" if support for compressed formats is enabled).    This feature is useful when your file is too big to be uploaded via HTTP,    or when file uploads are disabled in PHP.    Please note that if PHP is running in safe mode, this directory must be    owned by the same user as the owner of the phpMyAdmin scripts.    See also FAQ 1.16 for alternatives.$cfg['SaveDir'] string    The name of the directory where dumps can be saved.    If you want different directory for each user, %u will be replaced with    username.    Please note that the directory must exist and has to be writable for the    user runn

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?