Reordered so it fits the configuration file order

This commit is contained in:
Loïc Chapeaux
2001-08-03 13:59:36 +00:00
parent ed04c1e6b0
commit 37b5d1f76d

View File

@@ -256,7 +256,7 @@
<h2>Configuration</h2> <h2>Configuration</h2>
<p>All configurable data is placed in config.inc.php3.</p> <p>All configurable data is placed in <i>config.inc.php3</i>.</p>
<dl> <dl>
<dt><b>$cfgServers</b> array</dt> <dt><b>$cfgServers</b> array</dt>
<dd> <dd>
@@ -381,7 +381,7 @@
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE bookmark (<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CREATE TABLE bookmark (<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id int(11) DEFAULT '0' NOT NULL auto_increment,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id int(11) DEFAULT '0' NOT NULL auto_increment,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbase varchar(255) NOT NULL,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbase varchar(255) NOT NULL,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;user varchar(255) NOT NULL,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;user varchar(255) NOT NULL,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;label varchar(255) NOT NULL,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;label varchar(255) NOT NULL,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;query text NOT NULL,<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;query text NOT NULL,<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMARY KEY (id)<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMARY KEY (id)<br />
@@ -408,13 +408,6 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgManualBase</b> string</dt>
<dd>
If set to an URL which points to the MySQL documentation, appropriate
help links are generated.
<br /><br />
</dd>
<dt><b>$cfgConfirm </b>boolean</dt> <dt><b>$cfgConfirm </b>boolean</dt>
<dd> <dd>
Whether a warning (&quot;Are your really sure..&quot;) should be Whether a warning (&quot;Are your really sure..&quot;) should be
@@ -429,6 +422,79 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgShowBlob </b>boolean</dt>
<dd>
Defines whether <tt>BLOB</tt> fields are shown when browsing a table's
content or not.
<br /><br />
</dd>
<dt><b>$cfgProtectBlob </b>boolean</dt>
<dd>
Defines whether <tt>BLOB</tt> fields are protected from edition when
browsing a table's content or not.
<br /><br />
</dd>
<dt><b>$cfgShowSQL </b>boolean</dt>
<dd>
Defines whether sql-queries generated by phpMyAdmin should be displayed
or not.
<br /><br />
</dd>
<dt><b>$cfgSkipLockedTables </b>boolean</dt>
<dd>
Mark used tables and make it possible to show databases with locked
tables (since 3.23.30).
<br /><br />
</dd>
<dt><b>$cfgMaxRows </b>integer</dt>
<dd>
Number of rows displayed when browsing a resultset. If the resultset
contains more rows, Previous/Next links will be shown.
<br /><br />
</dd>
<dt><b>$cfgOrder </b>string [<tt>"DESC"</tt>|<tt>"ASC"</tt>]</dt>
<dd>
Defines whether fields are displayed in ascending (<tt>"ASC"</tt>)
order or in descending (<tt>"DESC"</tt>) order when you click on the
field-name.
<br /><br />
</dd>
<dt><b>$cfgOBGzip </b>boolean</dt>
<dd>
Defines whether to use gzip output buffering for increased
speed in HTTP transfers.
<br /><br />
</dd>
<dt><b>$cfgManualBase</b> string</dt>
<dd>
If set to an URL which points to the MySQL documentation, appropriate
help links are generated.
<br /><br />
</dd>
<dt><b>$cfgDefaultLang </b>string</dt>
<dd>
Defines the default language to use, if not browser-defined or
user-defined.<br />
See the <i>select_lang.inc.php3</i> script to know the valid values for
this setting.
<br /><br />
</dd>
<dt><b>$cfgLang </b>string</dt>
<dd>
Force: always use this language (must be defined in the
<i>select_lang.inc.php3</i> script).
<br /><br />
</dd>
<dt><b>$cfgBorder </b>integer</dt> <dt><b>$cfgBorder </b>integer</dt>
<dd> <dd>
The size of a table's border. The size of a table's border.
@@ -453,52 +519,12 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgMaxRows </b>integer</dt> <dt>
<b>$cfgTextareaCols </b>integer<br />
<b>$cfgTextareaRows </b>integer
</dt>
<dd> <dd>
Number of rows displayed when browsing a resultset. If the resultset Number of columns and rows for the textareas.
contains more rows, Previous/Next links will be shown.
<br /><br />
</dd>
<dt><b>$cfgOrder </b>string [<tt>"DESC"</tt>|<tt>"ASC"</tt>]</dt>
<dd>
Defines whether fields are displayed in ascending (<tt>"ASC"</tt>)
order or in descending (<tt>"DESC"</tt>) order when you click on the
field-name.
<br /><br />
</dd>
<dt><b>$cfgShowBlob </b>boolean</dt>
<dd>
Defines whether <tt>BLOB</tt> fields are shown when browsing a table's
content or not.
<br /><br />
</dd>
<dt><b>$cfgProtectBlob </b>boolean</dt>
<dd>
Defines whether <tt>BLOB</tt> fields are protected from edition
when browsing a table's content or not.
<br /><br />
</dd>
<dt><b>$cfgShowSQL </b>boolean</dt>
<dt><b>$cfgShowSQL </b>boolean</dt>
<dd>
Defines whether sql-queries generated by phpMyAdmin should be displayed
or not.
<br /><br />
</dd>
<dt><b>$cfgTextareaCols </b>integer</dt>
<dd>
Number of columns for the textareas.
<br /><br />
</dd>
<dt><b>$cfgTextareaRows </b>integer</dt>
<dd>
Number of rows for the textareas.
<br /><br /> <br /><br />
</dd> </dd>
@@ -513,41 +539,12 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgSkipLockedTables </b>boolean</dt>
<dd>
Mark used tables and make it possible to show databases with locked tables (since 3.23.30).
<br /><br />
</dd>
<dt><b>$cfgLeftWidth </b>integer</dt> <dt><b>$cfgLeftWidth </b>integer</dt>
<dd> <dd>
Left frame width in pixel. Left frame width in pixel.
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgDefaultLang </b>string</dt>
<dd>
Defines the default language to use, if not browser-defined or
user-defined.<br />
See the <i>select_lang.inc.php3</i> script to know the valid values for
this setting.
<br /><br />
</dd>
<dt><b>$cfgLang </b>string</dt>
<dd>
Force: always use this language (must be defined in the
<i>select_lang.inc.php3</i> script).
<br /><br />
</dd>
<dt><b>$cfgOBGzip </b>boolean</dt>
<dd>
Defines whether to use gzip output buffering for increased
speed in HTTP transfers.
<br /><br />
</dd>
<dt><b>$cfgColumnTypes </b>array</dt> <dt><b>$cfgColumnTypes </b>array</dt>
<dd> <dd>
All possible types of a MySQL column. In most cases you don't need to All possible types of a MySQL column. In most cases you don't need to
@@ -555,18 +552,18 @@
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgAttributeTypes </b>array</dt>
<dd>
Possible attributes for fields. In most cases you don't need to edit
this.
</dd>
<dt><b>$cfgFunctions </b>array</dt> <dt><b>$cfgFunctions </b>array</dt>
<dd> <dd>
A list of functions MySQL supports. In most cases you don't need to A list of functions MySQL supports. In most cases you don't need to
edit this. edit this.
<br /><br /> <br /><br />
</dd> </dd>
<dt><b>$cfgAttributeTypes </b>array</dt>
<dd>
Possible attributes for fields. In most cases you don't need to edit
this.
</dd>
</dl> </dl>
@@ -586,11 +583,13 @@
<hr noshade="noshade" width="100%" /> <hr noshade="noshade" width="100%" />
<h2>FAQ - Frequently Asked Questions</h2> <h2>FAQ - Frequently Asked Questions</h2>
<p> <p>
<b>The error message "Warning: Cannot add header information - headers already sent by ..." is displayed, what's the problem?</b> <b>The error message "Warning: Cannot add header information - headers
already sent by ..." is displayed, what's the problem?</b>
<br /> <br />
Look at the end of your config.inc.php or .php3 file, there must be no Look at the end of your <i>config.inc.php or .php3</i> file, there must be
blank lines or spaces after the ?>. no blank lines or spaces after the <tt>?></tt>.
</p> </p>
<p> <p>
@@ -810,38 +809,33 @@
</p> </p>
<p> <p>
<b>I'm having troubles when uploading files. In general file <b>I'm having troubles when uploading files. In general file uploads don't
uploads don't work on my system and uploaded files have a work on my system and uploaded files have a <tt>Content-Type:</tt> header
<i>Content-Type:</i> header in the first line.</b> in the first line.</b>
<br /> <br />
It's not really phpMyAdmin related but RedHat 7.0. You have a It's not really phpMyAdmin related but RedHat 7.0. You have a RedHat 7.0
RedHat 7.0 and you updated your php rpm to and you updated your php rpm to php-4.0.4pl1-3.i386.rpm, didn't you?
php-4.0.4pl1-3.i386.rpm, didn't you? <br />
<br /> So the problem is that this packaged has a serious bug that was corrected
So the problem is that this packaged has a serious bug that was ages ago in php (2001-01-28: see
corrected ages ago in php (2001-01-28: see <a <a href="http://www.php.net/bugs.php?id=8966">php's bug tracking system</a>
href="http://www.php.net/bugs.php?id=8966">php's bug tracking for more details). The problem is that the bugged package is still
system</a> for more details). The problem is that the bugged available though it was corrected (see
package is still available though it was corrected (see <a <a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">redhat's bugzilla</a>
href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">redhat's for more details).
bugzilla</a> for more details). <br />
<br /> So please download
So please download <a <a href="http://people.redhat.com/nalin/test/php-4.0.4pl1-7.i386.rpm">the fixed package</a>
href="http://people.redhat.com/nalin/test/php-4.0.4pl1-7.i386.rpm">the and the problem should go away.
fixed package</a> and the problem should go away. <br />
<br />
And that fixes the \r\n problem with file uploads!
</p>
And that fixes the \r\n problem with <!-- DEVELOPERS -->
file uploads!
</p>
<!-- FAQ -->
<a name="Developers"></a><br /> <a name="Developers"></a><br />
<hr noshade="noshade" width="100%" /> <hr noshade="noshade" width="100%" />
<font size="+1"> <font size="+1">
@@ -983,6 +977,7 @@ CREDITS, in chronological order
* Multiple dump feature * Multiple dump feature
* Gzip dump feature * Gzip dump feature
[gl] - Geert Lund &lt;glund@silversoft.dk&gt;
[kc] - Korakot Chaovavanich &lt;korakot@iname.com&gt; [kc] - Korakot Chaovavanich &lt;korakot@iname.com&gt;
[pk] - Pete Kelly &lt;webmaster@trafficg.com&gt; [pk] - Pete Kelly &lt;webmaster@trafficg.com&gt;
@@ -990,17 +985,17 @@ CREDITS, in chronological order
* rewrote dump code for PHP4 * rewrote dump code for PHP4
* MySQL Table Statistics * MySQL Table Statistics
Benjamin Gandon &lt;gandon@isia.cma.fr&gt; is the main author of the version [bg] - Benjamin Gandon &lt;gandon@isia.cma.fr&gt;
2.1.0.1 * main author of the version 2.1.0.1
The following people have contributed minor changes, enhancements, bugfixes or The following people have contributed minor changes, enhancements, bugfixes or
or support for a new language since version 2.1.0: or support for a new language since version 2.1.0:
Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho, Ricardo ?, Sven-Erik Andersen, Alessandro Astarita, Borges Botelho,
Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kl<4B>ger, Olivier Bussier, Michal Cihar, Neil Darlow, Kristof Hamann, Thomas Kl<4B>ger,
Lubos Klokner, Lubos Klokner, Martin Marconcini, Girish Nair, David Nordenberg,
Martin Marconcini, Girish Nair, David Nordenberg, Bernard M. Piller, Bernard M. Piller, Laurent Haas, "Sakamoto", www.securereality.com.au,
Laurent Haas, "Sakamoto", www.securereality.com.au, Michael Tacelosky, Michael Tacelosky, Daniel Villanueva, Vinay, Chee Wai,
Daniel Villanueva, Vinay, Chee Wai, Thomas Michael Winningham. Thomas Michael Winningham.
Original Credits of Version 2.1.0 Original Credits of Version 2.1.0