From 2ac502100905750ed5e237fe4ca7569f64b9e04f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 9 Jul 2006 17:37:21 +0000 Subject: [PATCH] Readd accidentally removed quotes. --- ChangeLog | 3 + Documentation.html | 310 ++++++++++++++++++++++----------------------- 2 files changed, 158 insertions(+), 155 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7dc3e1a8d..026e88c2a 100755 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,9 @@ $Id$ $Source$ +2006-07-09 Michal Čihař + * Documentation.html: Readd accidentally removed quotes. + 2006-07-09 Marc Delisle * tbl_printview.php: bug #1398748, print view and TIMESTAMP NULL diff --git a/Documentation.html b/Documentation.html index 170cac744..04935d13e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -504,7 +504,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real config.footer.inc.php and config.header.inc.php files to add your site specific code to be included on start and end of each page.

-
$cfg[PmaAbsoluteUri] string
+
$cfg['PmaAbsoluteUri'] string
Sets here the complete URL (with full path) to your phpMyAdmin installation's directory. E.g. http://www.your_web.net/path_to_your_phpMyAdmin_directory/. @@ -522,7 +522,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real the autodetect code fails to detect your path, please post a bug report on our bug tracker so we can improve the code.
-
$cfg[PmaNoRelation_DisableWarning] boolean
+
$cfg['PmaNoRelation_DisableWarning'] boolean
Starting with version 2.3.0 phpMyAdmin offers a lot of features to work with master / foreign – tables (see $cfg['Servers'][$i]['pmadb']). @@ -534,7 +534,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real If you do not want to use those features set this variable to TRUE to stop this message from appearing.
-
$cfg[blowfish_secret] string
+
$cfg['blowfish_secret'] string
The "cookie" auth_type uses blowfish algorithm to encrypt the password.
If you are using the "cookie" auth_type, enter here a random @@ -542,7 +542,7 @@ GRANT ALL PRIVILEGES ON user_base.* TO 'real_user'@localhost IDENTIFIED BY 'real algorithm: you won’t be prompted for this passphrase. The maximum number of characters for this parameter seems to be 46.
-
$cfg[Servers] array
+
$cfg['Servers'] array
Since version 1.4.2, phpMyAdmin supports the administration of multiple MySQL servers. Therefore, a $cfg['Servers']-array has @@ -899,7 +899,7 @@ ALTER TABLE `pma_column_comments` window.

Using - $cfg[QueryHistoryMax] + $cfg['QueryHistoryMax'] you can specify an amount of history items you want to have on hold. On every login, this list gets cut to the maximum amount.

@@ -993,7 +993,7 @@ ALTER TABLE `pma_column_comments` IP address range)
-
$cfg[ServerDefault] integer
+
$cfg['ServerDefault'] integer
If you have more than one server configured, you can set $cfg['ServerDefault'] to any one of them to autoconnect to that server when phpMyAdmin is started, or set it to 0 to be given a @@ -1001,7 +1001,7 @@ ALTER TABLE `pma_column_comments` If you have only one server configured, $cfg['ServerDefault'] MUST be set to that server.
-
$cfg[OBGzip] string/boolean
+
$cfg['OBGzip'] string/boolean
Defines whether to use GZip output buffering for increased speed in HTTP transfers.
Set to true/false for enabling/disabling. When set to 'auto' (string), @@ -1009,35 +1009,35 @@ ALTER TABLE `pma_column_comments` it if your browser has some problems with buffering. IE6 with a certain patch is known to cause data corruption when having enabled buffering.
-
$cfg[PersistentConnections] boolean
+
$cfg['PersistentConnections'] boolean
Whether persistent connections should be used or not (mysql_connect or mysql_pconnect).
-
$cfg[ForceSSL] boolean
+
$cfg['ForceSSL'] boolean
Whether to force using https while accessing phpMyAdmin.
-
$cfg[ExecTimeLimit] integer [number of seconds]
+
$cfg['ExecTimeLimit'] integer [number of seconds]
Set the number of seconds a script is allowed to run. If seconds is set to zero, no time limit is imposed.
This setting is used while importing/exporting dump files but has no effect when PHP is running in safe mode.
-
$cfg[MemoryLimit] integer [number of bytes]
+
$cfg['MemoryLimit'] integer [number of bytes]
Set the number of bytes a script is allowed to allocate. If number set to zero, no limit is imposed.
This setting is used while importing/exporting dump files but has no effect when PHP is running in safe mode.
You can also use any string as in php.ini, eg. '16M'.
-
$cfg[SkipLockedTables] boolean
+
$cfg['SkipLockedTables'] boolean
Mark used tables and make it possible to show databases with locked tables (since MySQL 3.23.30).
-
$cfg[ShowSQL] boolean
+
$cfg['ShowSQL'] boolean
Defines whether SQL queries generated by phpMyAdmin should be displayed or not.
-
$cfg[AllowUserDropDatabase] boolean
+
$cfg['AllowUserDropDatabase'] boolean
Defines whether normal users (non-administrator) are allowed to delete their own database or not. If set as FALSE, the link "Drop Database" will not be shown, and even a "DROP DATABASE @@ -1050,42 +1050,42 @@ ALTER TABLE `pma_column_comments` help to avoid accidental dropping rather than strict privilege limitation.
-
$cfg[Confirm] boolean
+
$cfg['Confirm'] boolean
Whether a warning ("Are your really sure...") should be displayed when you're about to lose data.
-
$cfg[LoginCookieRecall] boolean
+
$cfg['LoginCookieRecall'] boolean
Define whether the previous login should be recalled or not in cookie authentication mode.
-
$cfg[LoginCookieValidity] integer [number of seconds]
+
$cfg['LoginCookieValidity'] integer [number of seconds]
Define how long is login cookie valid.
-
$cfg[LoginCookieStore] integer [number of seconds]
+
$cfg['LoginCookieStore'] integer [number of seconds]
Define how long is login cookie should be stored in browser. Default 0 means that it will be kept for existing session. This is recommended for not trusted environments.
-
$cfg[LoginCookieDeleteAll] boolean
+
$cfg['LoginCookieDeleteAll'] boolean
If enabled (default), logout deletes cookies for all servers, otherwise only for current one. Setting this to false makes it easy to forget to logout from other server, when you are using more of them.
-
$cfg[UseDbSearch] boolean
+
$cfg['UseDbSearch'] boolean
Define whether the "search string inside database" is enabled or not.
-
$cfg[IgnoreMultiSubmitErrors] boolean
+
$cfg['IgnoreMultiSubmitErrors'] boolean
Define whether phpMyAdmin will continue executing a multi-query statement if one of the queries fails. Default is to abort execution.
-
$cfg[VerboseMultiSubmit] boolean
+
$cfg['VerboseMultiSubmit'] boolean
Define whether phpMyAdmin will output the results of each query of a multi-query statement embedded into the SQL output as inline comments. Defaults to TRUE.
- $cfg[AllowArbitraryServer] boolean
+ $cfg['AllowArbitraryServer'] boolean
If enabled allows you to login to arbitrary servers using cookie auth.

@@ -1094,24 +1094,24 @@ ALTER TABLE `pma_column_comments` HTTP server is placed.
-
$cfg[LeftFrameLight] boolean
+
$cfg['LeftFrameLight'] boolean
Defines whether to use a select-based menu and display only the current tables in the left frame (smaller page). Only in Non-Lightmode you can use the feature to display nested folders using $cfg['LeftFrameTableSeparator']
-
$cfg[LeftFrameDBTree] boolean
+
$cfg['LeftFrameDBTree'] boolean
In light mode, defines whether to display the names of databases (in the selector) using a tree, see also $cfg['LeftFrameDBSeparator'].
-
$cfg[LeftFrameDBSeparator] string
+
$cfg['LeftFrameDBSeparator'] string
The string used to separate the parts of the database name when showing them in a tree.
-
$cfg[LeftFrameTableSeparator] string
+
$cfg['LeftFrameTableSeparator'] string
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. @@ -1120,22 +1120,22 @@ ALTER TABLE `pma_column_comments` table name or multiple times after another without any other characters in between.
-
$cfg[LeftFrameTableLevel] string
+
$cfg['LeftFrameTableLevel'] string
Defines how many sublevels should be displayed when splitting up tables by the above separator.
-
$cfg[ShowTooltip] boolean
+
$cfg['ShowTooltip'] boolean
Defines whether to display table comment as tool-tip in left frame or not.
-
$cfg[ShowTooltipAliasDB] boolean
+
$cfg['ShowTooltipAliasDB'] boolean
If tool-tips are enabled and a DB comment is set, this will flip the comment and the real name. That means that 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
+
$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 @@ -1144,27 +1144,27 @@ ALTER TABLE `pma_column_comments` directive. So only the folder is called like the Alias, the tablename itself stays the real tablename.
- +
Defines whether or not to display the phpMyAdmin logo at the top of the left frame. Defaults to TRUE.
- +
Enter URL where logo in left frame will point to. For use especially with self made theme which changes this.
-
$cfg[LeftDisplayServers] boolean
+
$cfg['LeftDisplayServers'] boolean
Defines whether or not to display a server choice at the top of the left frame. Defaults to FALSE.
-
$cfg[DisplayServersList] boolean
+
$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
+
$cfg['ShowStats'] boolean
Defines whether or not to display space usage and statistics about databases and tables.
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
- $cfg[ShowCreateDb] boolean +
$cfg['ShowPhpInfo'] boolean
+ $cfg['ShowChgPassword'] boolean
+ $cfg['ShowCreateDb'] boolean
Defines whether to display the "PHP information" and "Change password " links and form for creating database or @@ -1181,34 +1181,34 @@ ALTER TABLE `pma_column_comments` hard coded password value in the configuration file, end users can't be allowed to change their passwords.
-
$cfg[SuggestDBName] boolean
+
$cfg['SuggestDBName'] boolean
Defines whether to suggest a database name on the "Create Database" form or to keep the textfield empty.
-
$cfg[ShowBlob] boolean
+
$cfg['ShowBlob'] boolean
Defines whether or not BLOB fields are shown when browsing a table's content.
-
$cfg[NavigationBarIconic] string
+
$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
+
$cfg['ShowAll'] boolean
Defines whether a user should be displayed a "show all (records)" button in browse mode or not.
-
$cfg[MaxRows] integer
+
$cfg['MaxRows'] integer
Number of rows displayed when browsing a result set. If the result set contains more rows, "Previous" and "Next" links will be shown.
-
$cfg[Order] string [DESC|ASC|SMART]
+
$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 and TIMESTAMP, ascending order else- by default.
-
$cfg[ProtectBinary] boolean or string
+
$cfg['ProtectBinary'] boolean or string
Defines whether BLOB or BINARY fields are protected from editing when browsing a table's content. Valid values are:
  • FALSE to allow editing of all fields;
  • @@ -1218,11 +1218,11 @@ ALTER TABLE `pma_column_comments`
-
$cfg[ShowFunctionFields] boolean
+
$cfg['ShowFunctionFields'] boolean
Defines whether or not MySQL functions fields should be displayed in edit/insert mode.
-
$cfg[CharEditing] string
+
$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 @@ -1232,29 +1232,29 @@ ALTER TABLE `pma_column_comments`
Default is old behavior so input.
-
$cfg[InsertRows] integer
+
$cfg['InsertRows'] integer
Defines the maximum number of concurrent entries for the Insert page.
-
$cfg[ForeignKeyMaxLimit] integer
+
$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] + $cfg['ForeignKeyDropdownOrder'] setting.
-
$cfg[ForeignKeyDropdownOrder] array
+
$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 +
$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
-
$cfg[CompressOnFly] boolean
+
$cfg['CompressOnFly'] boolean
Defines whether to allow on the fly compression for GZip/BZip2 compressed exports. This doesn't affect smaller dumps and allows users to @@ -1262,42 +1262,42 @@ ALTER TABLE `pma_column_comments` memory limit. Produced files contain more GZip/BZip2 headers, but all normal programs handle this correctly.
-
$cfg[LightTabs] string
+
$cfg['LightTabs'] string
If set to TRUE, use less graphically intense tabs on the top of the mainframe.
-
$cfg[PropertiesIconic] string
+
$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
+
$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
+
$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
+
$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
+
$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
+
$cfg['MySQLManualBase'] string
If set to an URL which points to the MySQL documentation (type depends on $cfg['MySQLManualType']), appropriate help links are @@ -1305,7 +1305,7 @@ ALTER TABLE `pma_column_comments` See MySQL Documentation page for more information about MySQL manuals and their types.
-
$cfg[MySQLManualType] string
+
$cfg['MySQLManualType'] string
Type of MySQL documentation:
  • viewable - "viewable online", current one used on MySQL website
  • searchable - "Searchable, with user comments"
  • @@ -1315,28 +1315,28 @@ ALTER TABLE `pma_column_comments`
-
$cfg[DefaultLang] string
+
$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
+
$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
+
$cfg['Lang'] string
Force: always use this language (must be defined in the select_lang.lib.php script).
-
$cfg[FilterLanguages] string
+
$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
+
$cfg['DefaultCharset'] string
Default character set to use for recoding of MySQL queries. This must be enabled and it's described by $cfg['AllowAnywhereRecoding'] @@ -1345,7 +1345,7 @@ ALTER TABLE `pma_column_comments` $cfg['AvailableCharsets'] array and this is just default choice, user can select any of them.
-
$cfg[AllowAnywhereRecoding] boolean
+
$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 @@ -1355,7 +1355,7 @@ ALTER TABLE `pma_column_comments` in the Export page, to choose the character set when exporting a file.
-
$cfg[RecodingEngine] string
+
$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 @@ -1365,19 +1365,19 @@ ALTER TABLE `pma_column_comments`
Default is auto.
-
$cfg[IconvExtraParams] string
+
$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
+
$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
+
$cfg['GD2Available'] string
Specifies whether GD >= 2 is available. If yes it can be used for MIME transformations.
Possible values are: @@ -1390,46 +1390,46 @@ ALTER TABLE `pma_column_comments` Default is auto.
-
$cfg[LeftWidth] integer
+
$cfg['LeftWidth'] integer
Left frame width in pixels. See themes/themename/layout.inc.php.
-
$cfg[LeftBgColor] string [HTML color]
- $cfg[RightBgColor] string [HTML color] +
$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
+
$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]
+
$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
+
$cfg['LeftPointerEnable'] boolean
A value of TRUE activates the left pointer (when LeftFrameLight is FALSE).
-
$cfg[Border] integer
+
$cfg['Border'] integer
The size of a table's border. See themes/themename/layout.inc.php.
-
$cfg[ThBgcolor] string [HTML color]
+
$cfg['ThBgcolor'] string [HTML color]
The color (HTML) used for table headers. See themes/themename/layout.inc.php.
-
$cfg[BgcolorOne] string [HTML color]
+
$cfg['BgcolorOne'] string [HTML color]
The color (HTML) #1 for table rows. See themes/themename/layout.inc.php.
-
$cfg[BgcolorTwo] string [HTML color]
+
$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] +
$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).
@@ -1438,16 +1438,16 @@ ALTER TABLE `pma_column_comments` them.
See themes/themename/layout.inc.php.
-
$cfg[BrowsePointerEnable] boolean
+
$cfg['BrowsePointerEnable'] boolean
Whether to activate the browse pointer or not.
-
$cfg[BrowseMarkerEnable] boolean
+
$cfg['BrowseMarkerEnable'] boolean
Whether to activate the browse marker or not.
-
$cfg[TextareaCols] integer
- $cfg[TextareaRows] integer
- $cfg[CharTextareaCols] integer
- $cfg[CharTextareaRows] integer +
$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 @@ -1455,26 +1455,26 @@ ALTER TABLE `pma_column_comments` The Char* values are used for CHAR and VARCHAR editing (if configured via $cfg['CharEditing']).
-
$cfg[LongtextDoubleTextarea] boolean +
$cfg['LongtextDoubleTextarea'] boolean
Defines whether textarea for LONGTEXT fields should have double size.
-
$cfg[TextareaAutoSelect] boolean +
$cfg['TextareaAutoSelect'] boolean
Defines if the whole textarea of the query box will be selected on click.
- $cfg[CtrlArrowsMoving] boolean + $cfg['CtrlArrowsMoving'] boolean
Enable Ctrl+Arrows (Option+Arrows in Safari) moving between fields when editing.
-
$cfg[LimitChars] integer
+
$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 +
$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 @@ -1482,8 +1482,8 @@ ALTER TABLE `pma_column_comments` "Left" and "right" are parsed as "top" and "bottom" with vertical display mode.
-
$cfg[DefaultDisplay] string - $cfg[HeaderFlipType] string +
$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 @@ -1498,15 +1498,15 @@ ALTER TABLE `pma_column_comments` does not look as good as CSS.
- $cfg[DefaultPropDisplay] string
+ $cfg['DefaultPropDisplay'] string
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.
-
$cfg[ShowBrowseComments] boolean
- $cfg[ShowPropertyComments] boolean +
$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 @@ -1515,7 +1515,7 @@ ALTER TABLE `pma_column_comments` name of the field. The comment is shown as a tool-tip for that field.
-
$cfg[UploadDir] string
+
$cfg['UploadDir'] string
The name of the directory where SQL files have been @@ -1544,7 +1544,7 @@ ALTER TABLE `pma_column_comments` alternatives.
-
$cfg[docSQLDir] string
+
$cfg['docSQLDir'] string
The name of the directory where docSQL files can be uploaded for import into phpMyAdmin. @@ -1553,7 +1553,7 @@ ALTER TABLE `pma_column_comments` be owned by the same user as the owner of the phpMyAdmin scripts.
-
$cfg[SaveDir] string
+
$cfg['SaveDir'] string
The name of the directory where dumps can be saved.

@@ -1567,7 +1567,7 @@ ALTER TABLE `pma_column_comments` be owned by the same user as the owner of the phpMyAdmin scripts.
-
$cfg[TempDir] string
+
$cfg['TempDir'] string
The name of the directory where temporary files can be stored.

@@ -1576,31 +1576,31 @@ ALTER TABLE `pma_column_comments` 6.23
-
$cfg[Export] array
+
$cfg['Export'] array
In this array are defined default parameters for export, names of items are similar to texts seen on export page, so you can easily identify what they mean.
-
$cfg[Import] array
+
$cfg['Import'] array
In this array are defined default parameters for import, names of items are similar to texts seen on import page, so you can easily identify what they mean.
-
$cfg[RepeatCells] integer
+
$cfg['RepeatCells'] integer
Repeat the headers every X cells, or 0 to deactivate.
-
$cfg[EditInWindow] boolean
- $cfg[QueryWindowWidth] integer
- $cfg[QueryWindowHeight] integer
- $cfg[QueryHistoryDB] boolean
- $cfg[QueryWindowDefTab] string
- $cfg[QueryHistoryMax] integer +
$cfg['EditInWindow'] boolean
+ $cfg['QueryWindowWidth'] integer
+ $cfg['QueryWindowHeight'] integer
+ $cfg['QueryHistoryDB'] boolean
+ $cfg['QueryWindowDefTab'] string
+ $cfg['QueryHistoryMax'] integer
All those variables affect the query window feature. A SQL link @@ -1653,10 +1653,10 @@ ALTER TABLE `pma_column_comments` default tab to be used when opening the query window. It can be set to either 'sql', 'files', 'history' or 'full'.
-
$cfg[BrowseMIME] boolean
+
$cfg['BrowseMIME'] boolean
Enable MIME-transformations.
-
$cfg[MaxExactCount] integer
+
$cfg['MaxExactCount'] integer
  • For InnoDB tables, determines for how large tables phpMyAdmin should get the exact row count using SELECT COUNT. If the approximate row count as returned by @@ -1670,7 +1670,7 @@ ALTER TABLE `pma_column_comments`
- $cfg[WYSIWYG-PDF] boolean
+ $cfg['WYSIWYG-PDF'] boolean
Utilizes a WYSIWYG editing control to easily place elements of a PDF page. By clicking on the button 'toggle scratchboard' on the page @@ -1695,15 +1695,15 @@ ALTER TABLE `pma_column_comments` was kindly borrowed from www.youngpup.net and is underlying so specific license.
-
$cfg[NaturalOrder] boolean
+
$cfg['NaturalOrder'] boolean
Sorts database and table names according to natural order (for example, t1, t2, t10). Currently implemented in the left panel (Light mode) and in Database view, for the table list.
-
$cfg[TitleTable] string
-
$cfg[TitleDatabase] string
-
$cfg[TitleServer] string
-
$cfg[TitleDefault] string
+
$cfg['TitleTable'] string
+
$cfg['TitleDatabase'] string
+
$cfg['TitleServer'] string
+
$cfg['TitleDefault'] string
Allows you to specify window's title bar. Following magic string can be used to get special values:
@@ -1724,47 +1724,47 @@ ALTER TABLE `pma_column_comments`
-
$cfg[ErrorIconic] boolean
+
$cfg['ErrorIconic'] boolean
Uses icons for warnings, errors and informations.
-
$cfg[MainPageIconic] boolean
+
$cfg['MainPageIconic'] boolean
Uses icons on main page in lists and menu tabs.
-
$cfg[ReplaceHelpImg] boolean
+
$cfg['ReplaceHelpImg'] boolean
Shows a help button instead of the "Documentation" message.
-
$cfg[ThemePath] string
+
$cfg['ThemePath'] string
If theme manager is active, use this as the path of the subdirectory containing all the themes.
-
$cfg[ThemeManager] boolean
+
$cfg['ThemeManager'] boolean
Enables user-selectable themes. See FAQ 2.7.
-
$cfg[ThemeDefault] string
+
$cfg['ThemeDefault'] string
The default theme (a subdirectory under cfg['ThemePath']).
-
$cfg[ThemePerServer] boolean
+
$cfg['ThemePerServer'] boolean
Whether to allow different theme for each server.
-
$cfg[DefaultQueryTable] string
- $cfg[DefaultQueryDatabase] string +
$cfg['DefaultQueryTable'] string
+ $cfg['DefaultQueryDatabase'] string
Default queries that will be displayed in query boxes when user didn't specify any. Use %d for database name, %t for table name and %f for a comma separated list of field names. Note that %t and %f are only applicable to $cfg['DefaultQueryTable'].
-
$cfg[SQP]['fmtType'] string [html|none]
+
$cfg['SQP']['fmtType'] string [html|none]
The main use of the new SQL Parser is to pretty-print SQL queries. By default we use HTML to format the query, but you can disable this by setting this variable to 'none'.
-
$cfg[SQP]['fmtInd'] float
- $cfg[SQP]['fmtIndUnit'] string [em|px|pt|ex]
+
$cfg['SQP']['fmtInd'] float
+ $cfg['SQP']['fmtIndUnit'] string [em|px|pt|ex]
For the pretty-printing of SQL queries, under some cases the part of a query inside a bracket is indented. By changing $cfg['SQP']['fmtInd'] you can change the amount of this indent. @@ -1772,7 +1772,7 @@ ALTER TABLE `pma_column_comments` specifies the units of the indent amount that you specified. This is used via stylesheets.
-
$cfg[SQP]['fmtColor'] array of string tuples
+
$cfg['SQP']['fmtColor'] array of string tuples
This array is used to define the colours for each type of element of the pretty-printed SQL queries. The tuple format is
class => [HTML colour code | empty string]
@@ -1808,8 +1808,8 @@ ALTER TABLE `pma_column_comments`
-
$cfg[SQLValidator] boolean
-
$cfg[SQLValidator]['use'] boolean
+
$cfg['SQLValidator'] boolean
+
$cfg['SQLValidator']['use'] boolean
phpMyAdmin now supports use of the Mimer SQL Validator service, as originally published on Slashdot. @@ -1818,8 +1818,8 @@ ALTER TABLE `pma_column_comments` FAQ 6.14.
-
$cfg[SQLValidator]['username'] string
- $cfg[SQLValidator]['password'] string
+
$cfg['SQLValidator']['username'] string
+ $cfg['SQLValidator']['password'] string
The SOAP service allows you to login with anonymous and any password, so we use those by default. Instead, if you have an account with them, you can put your login details @@ -1827,17 +1827,17 @@ ALTER TABLE `pma_column_comments`
-
$cfg[DBG]
+
$cfg['DBG']
DEVELOPERS ONLY!
-
$cfg[DBG]['enable'] boolean
+
$cfg['DBG']['enable'] boolean
DEVELOPERS ONLY!
Enable the DBG extension for debugging phpMyAdmin. Required for profiling the code.
For help in setting up your system to this, see the Developers section.
-
$cfg[DBG]['profile']['enable'] boolean
+
$cfg['DBG']['profile']['enable'] boolean
DEVELOPERS ONLY!
Enable profiling support for phpMyAdmin. This will append a chunk of data to the end of every page displayed in the main window with profiling @@ -1845,7 +1845,7 @@ ALTER TABLE `pma_column_comments` You may need to increase the maximum execution time for this to complete successfully.
-
$cfg[DBG]['profile']['threshold'] float (units in milliseconds)
+
$cfg['DBG']['profile']['threshold'] float (units in milliseconds)
DEVELOPERS ONLY!
When profiling data is displayed, this variable controls the threshold of display for any profiling data, based on the average time each time has @@ -1853,48 +1853,48 @@ ALTER TABLE `pma_column_comments` displayed. This takes a value in milliseconds. In most cases you don't need to edit this.
-
$cfg[ColumnTypes] array
+
$cfg['ColumnTypes'] array
All possible types of a MySQL column. In most cases you don't need to edit this.
-
$cfg[AttributeTypes] array
+
$cfg['AttributeTypes'] array
Possible attributes for fields. In most cases you don't need to edit this.
-
$cfg[Functions] array
+
$cfg['Functions'] array
A list of functions MySQL supports. In most cases you don't need to edit this.
-
$cfg[RestrictColumnTypes] array
+
$cfg['RestrictColumnTypes'] array
Mapping of column types to meta types used for preferring displayed functions. In most cases you don't need to edit this.
-
$cfg[RestrictFunctions] array
+
$cfg['RestrictFunctions'] array
Functions preferred for column meta types as defined in $cfg['RestrictColumnTypes']. In most cases you don't need to edit this.
-
$cfg[DefaultFunctions] array
+
$cfg['DefaultFunctions'] array
Functions selected by default when inserting/changing row, Functions are defined for meta types from $cfg['RestrictColumnTypes'] and for first_timestamp, which is used for first timestamp column in table.
-
$cfg[NumOperators] array
+
$cfg['NumOperators'] array
Operators available for search operations on numeric and date fields.
-
$cfg[TextOperators] array
+
$cfg['TextOperators'] array
Operators available for search operations on character fields. Note that we put LIKE by default instead of LIKE %...%, to avoid unintended performance problems in case of huge tables.
-
$cfg[EnumOperators] array
+
$cfg['EnumOperators'] array
Operators available for search operations on enum fields.
-
$cfg[NullOperators] array
+
$cfg['NullOperators'] array
Additional operators available for search operations when the field can be null.