diff --git a/Documentation.html b/Documentation.html index 72d64c436..870feb084 100755 --- a/Documentation.html +++ b/Documentation.html @@ -256,7 +256,7 @@

Configuration

-

All configurable data is placed in config.inc.php3.

+

All configurable data is placed in config.inc.php3.

$cfgServers array
@@ -381,7 +381,7 @@      CREATE TABLE bookmark (
       id int(11) DEFAULT '0' NOT NULL auto_increment,
       dbase varchar(255) NOT NULL,
-        user varchar(255) NOT NULL,
+        user varchar(255) NOT NULL,
       label varchar(255) NOT NULL,
       query text NOT NULL,
       PRIMARY KEY (id)
@@ -408,13 +408,6 @@

-
$cfgManualBase string
-
- If set to an URL which points to the MySQL documentation, appropriate - help links are generated. -

-
-
$cfgConfirm boolean
Whether a warning ("Are your really sure..") should be @@ -429,6 +422,79 @@

+
$cfgShowBlob boolean
+
+ Defines whether BLOB fields are shown when browsing a table's + content or not. +

+
+ +
$cfgProtectBlob boolean
+
+ Defines whether BLOB fields are protected from edition when + browsing a table's content or not. +

+
+ +
$cfgShowSQL boolean
+
+ Defines whether sql-queries generated by phpMyAdmin should be displayed + or not. +

+
+ +
$cfgSkipLockedTables boolean
+
+ Mark used tables and make it possible to show databases with locked + tables (since 3.23.30). +

+
+ +
$cfgMaxRows integer
+
+ Number of rows displayed when browsing a resultset. If the resultset + contains more rows, Previous/Next links will be shown. +

+
+ +
$cfgOrder string ["DESC"|"ASC"]
+
+ Defines whether fields are displayed in ascending ("ASC") + order or in descending ("DESC") order when you click on the + field-name. +

+
+ +
$cfgOBGzip boolean
+
+ Defines whether to use gzip output buffering for increased + speed in HTTP transfers. +

+
+ +
$cfgManualBase string
+
+ If set to an URL which points to the MySQL documentation, appropriate + help links are generated. +

+
+ +
$cfgDefaultLang string
+
+ Defines the default language to use, if not browser-defined or + user-defined.
+ See the select_lang.inc.php3 script to know the valid values for + this setting. +

+
+ +
$cfgLang string
+
+ Force: always use this language (must be defined in the + select_lang.inc.php3 script). +

+
+
$cfgBorder integer
The size of a table's border. @@ -453,52 +519,12 @@

-
$cfgMaxRows integer
+
+ $cfgTextareaCols integer
+ $cfgTextareaRows integer +
- Number of rows displayed when browsing a resultset. If the resultset - contains more rows, Previous/Next links will be shown. -

-
- -
$cfgOrder string ["DESC"|"ASC"]
-
- Defines whether fields are displayed in ascending ("ASC") - order or in descending ("DESC") order when you click on the - field-name. -

-
- -
$cfgShowBlob boolean
-
- Defines whether BLOB fields are shown when browsing a table's - content or not. -

-
- -
$cfgProtectBlob boolean
-
- Defines whether BLOB fields are protected from edition - when browsing a table's content or not. -

-
- -
$cfgShowSQL boolean
-
$cfgShowSQL boolean
-
- Defines whether sql-queries generated by phpMyAdmin should be displayed - or not. -

-
- -
$cfgTextareaCols integer
-
- Number of columns for the textareas. -

-
- -
$cfgTextareaRows integer
-
- Number of rows for the textareas. + Number of columns and rows for the textareas.

@@ -513,41 +539,12 @@

-
$cfgSkipLockedTables boolean
-
- Mark used tables and make it possible to show databases with locked tables (since 3.23.30). -

-
-
$cfgLeftWidth integer
Left frame width in pixel.

-
$cfgDefaultLang string
-
- Defines the default language to use, if not browser-defined or - user-defined.
- See the select_lang.inc.php3 script to know the valid values for - this setting. -

-
- -
$cfgLang string
-
- Force: always use this language (must be defined in the - select_lang.inc.php3 script). -

-
- -
$cfgOBGzip boolean
-
- Defines whether to use gzip output buffering for increased - speed in HTTP transfers. -

-
-
$cfgColumnTypes array
All possible types of a MySQL column. In most cases you don't need to @@ -555,18 +552,18 @@

+
$cfgAttributeTypes array
+
+ Possible attributes for fields. In most cases you don't need to edit + this. +
+
$cfgFunctions array
A list of functions MySQL supports. In most cases you don't need to edit this.

- -
$cfgAttributeTypes array
-
- Possible attributes for fields. In most cases you don't need to edit - this. -
@@ -586,11 +583,13 @@

FAQ - Frequently Asked Questions

+

- The error message "Warning: Cannot add header information - headers already sent by ..." is displayed, what's the problem? + The error message "Warning: Cannot add header information - headers + already sent by ..." is displayed, what's the problem?
- Look at the end of your config.inc.php or .php3 file, there must be no - blank lines or spaces after the ?>. + Look at the end of your config.inc.php or .php3 file, there must be + no blank lines or spaces after the ?>.

@@ -810,38 +809,33 @@

-

- I'm having troubles when uploading files. In general file - uploads don't work on my system and uploaded files have a - Content-Type: header in the first line. -
+

+ I'm having troubles when uploading files. In general file uploads don't + work on my system and uploaded files have a Content-Type: header + in the first line. +
- It's not really phpMyAdmin related but RedHat 7.0. You have a - RedHat 7.0 and you updated your php rpm to - php-4.0.4pl1-3.i386.rpm, didn't you? -
- So the problem is that this packaged has a serious bug that was - corrected ages ago in php (2001-01-28: see php's bug tracking - system for more details). The problem is that the bugged - package is still available though it was corrected (see redhat's - bugzilla for more details). -
- So please download the - fixed package and the problem should go away. -
+ It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0 + and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you? +
+ So the problem is that this packaged has a serious bug that was corrected + ages ago in php (2001-01-28: see + php's bug tracking system + for more details). The problem is that the bugged package is still + available though it was corrected (see + redhat's bugzilla + for more details). +
+ So please download + the fixed package + and the problem should go away. +
+ + And that fixes the \r\n problem with file uploads! +

-And that fixes the \r\n problem with -file uploads! - -

- - - - +

@@ -983,6 +977,7 @@ CREDITS, in chronological order * Multiple dump feature * Gzip dump feature +[gl] - Geert Lund <glund@silversoft.dk> [kc] - Korakot Chaovavanich <korakot@iname.com> [pk] - Pete Kelly <webmaster@trafficg.com> @@ -990,17 +985,17 @@ CREDITS, in chronological order * rewrote dump code for PHP4 * MySQL Table Statistics -Benjamin Gandon <gandon@isia.cma.fr> is the main author of the version -2.1.0.1 +[bg] - Benjamin Gandon <gandon@isia.cma.fr> + * main author of the version 2.1.0.1 The following people have contributed minor changes, enhancements, bugfixes or or support for a new language since version 2.1.0: Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho, Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kläger, -Lubos Klokner, -Martin Marconcini, Girish Nair, David Nordenberg, Bernard M. Piller, -Laurent Haas, "Sakamoto", www.securereality.com.au, Michael Tacelosky, -Daniel Villanueva, Vinay, Chee Wai, Thomas Michael Winningham. +Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg, +Bernard M. Piller, Laurent Haas, "Sakamoto", www.securereality.com.au, +Michael Tacelosky, Daniel Villanueva, Vinay, Chee Wai, +Thomas Michael Winningham. Original Credits of Version 2.1.0