From 24e0220721ea692b9bbb5e96658e934eab2077f2 Mon Sep 17 00:00:00 2001
From: Marc Delisle Upgrading from an older version: 'config' authentication mode:
-
@@ -298,21 +298,21 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
@@ -527,7 +527,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
help of cookies. Log name and password are stored in
cookies during the session and password is deleted when it
ends. This can also allow you to login in arbitrary server if
- $cfg['AllowArbitraryServer'] enabled.
+ $cfg['AllowArbitraryServer'] enabled.
+ $cfg['Servers'][$i]['user'] and
+ $cfg['Servers'][$i]['password'] fields.
But you don't need to setup a "controluser" here:
- using the $cfg['Servers'][$i]['only_db'] might be enough.
- Please see the install section on "Using authentication modes"
+ Please see the install section on "Using authentication modes"
for more information.
-
$cfg['Servers'][$i]['user'] string
$cfg['Servers'][$i]['password'] string
-
-
+$cfg['Servers'][$i]['only_db'] string or array
- See the Quick Install section in this document for a quick way
+ See the Quick Install section in this document for a quick way
of creating those tables. Also, if you are using a Windows server,
- read FAQ 1.23.
+ read FAQ 1.23.
If you are the only user of this phpMyAdmin installation, you can
use your current database to store those special tables; in this
@@ -677,20 +678,20 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
display in an optional tool-tip the "display field"
when browsing the master table, if you move the mouse to a column
containing a foreign key (use also the 'table_info' table);
- (see FAQ 6.7)
+ (see FAQ 6.7)
- (see FAQ 6.21)
+ (see FAQ 6.21)
$cfg['Servers'][$i]['table_coords'] string
@@ -788,7 +788,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
table will be placed on a PDF schema output).
You must be using the "relation" feature and have a table of
- PDF pages (see $cfg['Servers'][$i]['pdf_pages']) to create PDF
+ PDF pages (see $cfg['Servers'][$i]['pdf_pages']) to create PDF
output.
To allow the usage of this functionality the superuser has to:
@@ -883,8 +883,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
ADD `transformation` VARCHAR( 255 ) NOT NULL ,
ADD `transformation_options` VARCHAR( 255 ) NOT NULL ;
- and remember that the Variable in config.inc.php has been renamed
- from
$cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]['column_info']
+ and remember that the Variable in config.inc.php has been renamed
+ from
$cfg['Servers'][$i]['column_comments'] to $cfg['Servers'][$i]['column_info']
@@ -948,8 +948,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Recommended to set to FALSE, when you are sure, your table structure is up to date.
-
$cfg['Servers'][$i]['AllowDeny']['order'] string
$cfg['Servers'][$i]['AllowDeny']['rules'] array of strings
-
-
+$cfg['AllowArbitraryServer'] boolean
@@ -1193,7 +1194,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
Please note that to block the usage of phpinfo() in scripts, you
- have to put this in your php.ini:
+ have to put this in your php.ini:
disable_functions = phpinfo()
@@ -1300,11 +1301,11 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['CompressOnFly'] boolean
-
Default is auto.
@@ -1572,8 +1573,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
click.
$cfg['CtrlArrowsMoving'] boolean
+$cfg['DefaultPropDisplay'] string
You have to click on the 'OK'-button below the tables to save the new
positions. If you want to place a new element, first add it to the
@@ -1891,7 +1894,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
$cfg['SQLValidator']['password'] string
@@ -1913,7 +1916,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
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
statistics for that page.
- You may need need to increase the maximum execution time for this to
+ You may need to increase the maximum execution time for this to
complete successfully.
$cfg['RestrictColumnTypes']
. In most cases you don't need
to edit this.
@@ -2012,7 +2015,7 @@ installation.
Go to your tbl_properties.inc.php page (i.e. reached through clicking on the +
Go to your tbl_properties.inc.php page (i.e. reached through clicking on the 'properties' link for a table). There click on "Change" (or change icon) and there you will see three new fields at the end of the line. They are called 'MIME-type', 'Browser transformation' and 'Transformation options'.
@@ -2074,7 +2077,7 @@ for many mimetypes. You can also use transforms on a different mimetype they whe for, but pay attention to option usage as well as what the transformation does to your field.There is a basic file called 'global.inc.php'. This function can be included by +
There is a basic file called 'global.inc.php'. This function can be included by any other transform function and provides some basic functions.
There are 5 possible file names:
@@ -2311,7 +2314,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
This is a PHP bug that occur when
- GZIP output buffering enabled. If you turn off it (by $cfg['OBGzip']
- = FALSE
in config.inc.php), it should work. This bug will be fixed
+ GZIP output buffering is enabled. If you turn off it (by $cfg['OBGzip']
+ = FALSE
in config.inc.php), it should work. This bug will be fixed
in PHP 5.0.0.
-- -------------------------------------------------------
@@ -2806,12 +2809,12 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
are some multiple hierarchies displayed in a wrong manner?!
- Please note that you should not use the seperating string multiple times
+ Please note that you should not use the separating string multiple times
without any characters between them, or at the beginning/end of your table
name. If you have to, think about using another TableSeparator or disabling
that feature
-
+
[3.6] What is currently not supported in phpMyAdmin about InnoDB?
@@ -2920,6 +2923,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
open_basedir, if used, must contain "." and
"./lang" to allow normal operation of phpMyAdmin.
+
[4.4] phpMyAdmin always gives "Access denied" when using HTTP
authentication.
@@ -3211,7 +3215,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
For additional help on this subject, look for the word "upload"
in this document.
-
+
[6.6] How can I use the relation table in Query-by-example?
@@ -3289,7 +3293,7 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
in the configuration section, then browse your persons table,
and move the mouse over a town code or country code.
- See also FAQ 6.21 for an additionnal feature that "display field"
+ See also FAQ 6.21 for an additionnal feature that "display field"
enables: drop-down list of possible values.
@@ -3433,9 +3437,9 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
You can use Ctrl+arrows for moving on most pages with plenty editing
- fields (table structure changes, row editing, etc.) (must be anabled in
- configuration - see. $cfg['CtrlArrowsMoving']). You can also have a look
- at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if this
+ fields (table structure changes, row editing, etc.) (must be enabled in
+ configuration - see. $cfg['CtrlArrowsMoving']). You can also have a look
+ at the directive $cfg['DefaultPropDisplay'] ('vertical') and see if this
eases up editing for you.
@@ -3525,14 +3529,15 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
So if your users do not need those privileges, you can remove them and their
databases list will shorten.
+
[6.21] In edit/insert mode, how can I see a list of possible values for
a field, based on some foreign table?
You have to setup appropriate links between the tables, and also
- setup the "display field" in the foreign table. See FAQ
- 6.6 for an example. Then, if there are 200 values or less in the
+ setup the "display field" in the foreign table. See FAQ
+ 6.6 for an example. Then, if there are 200 values or less in the
foreign table, a drop-down list of values will be available.
You will see two lists of values, the first list containing the key
and the display field, the second list containing the display field
@@ -3779,7 +3784,7 @@ CREDITS, in chronological order
* many bugfixes and improvements
- Robin Johnson <robbat2_at_users.sourceforge.net>
- * database maintence controls
+ * database maintenance controls
* table type code
* Host authentication IP Allow/Deny
* DB-based configuration (Not completed)
@@ -3845,7 +3850,7 @@ CREDITS, in chronological order
* PDF-scratchboard for WYSIWYG-distribution of PDF relations
* new icon sets
* vertical display of column properties page
- * some bugfixes, features, support, german language additions
+ * some bugfixes, features, support, German language additions
- Yukihiro Kawada <kawada_at_den.fujifilm.co.jp>
* japanese kanji encoding conversion feature