Reordered so it fits the configuration file order
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
|
||||
<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>
|
||||
<dt><b>$cfgServers</b> array</dt>
|
||||
<dd>
|
||||
@@ -381,7 +381,7 @@
|
||||
CREATE TABLE bookmark (<br />
|
||||
id int(11) DEFAULT '0' NOT NULL auto_increment,<br />
|
||||
dbase varchar(255) NOT NULL,<br />
|
||||
user varchar(255) NOT NULL,<br />
|
||||
user varchar(255) NOT NULL,<br />
|
||||
label varchar(255) NOT NULL,<br />
|
||||
query text NOT NULL,<br />
|
||||
PRIMARY KEY (id)<br />
|
||||
@@ -408,13 +408,6 @@
|
||||
<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>$cfgConfirm </b>boolean</dt>
|
||||
<dd>
|
||||
Whether a warning ("Are your really sure..") should be
|
||||
@@ -429,6 +422,79 @@
|
||||
<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>
|
||||
<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>
|
||||
<dd>
|
||||
The size of a table's border.
|
||||
@@ -453,52 +519,12 @@
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgMaxRows </b>integer</dt>
|
||||
<dt>
|
||||
<b>$cfgTextareaCols </b>integer<br />
|
||||
<b>$cfgTextareaRows </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>$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.
|
||||
Number of columns and rows for the textareas.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
@@ -513,41 +539,12 @@
|
||||
<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>$cfgLeftWidth </b>integer</dt>
|
||||
<dd>
|
||||
Left frame width in pixel.
|
||||
<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>$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>
|
||||
<dd>
|
||||
All possible types of a MySQL column. In most cases you don't need to
|
||||
@@ -555,18 +552,18 @@
|
||||
<br /><br />
|
||||
</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>
|
||||
<dd>
|
||||
A list of functions MySQL supports. In most cases you don't need to
|
||||
edit this.
|
||||
<br /><br />
|
||||
</dd>
|
||||
|
||||
<dt><b>$cfgAttributeTypes </b>array</dt>
|
||||
<dd>
|
||||
Possible attributes for fields. In most cases you don't need to edit
|
||||
this.
|
||||
</dd>
|
||||
</dl>
|
||||
|
||||
|
||||
@@ -586,11 +583,13 @@
|
||||
<hr noshade="noshade" width="100%" />
|
||||
|
||||
<h2>FAQ - Frequently Asked Questions</h2>
|
||||
|
||||
<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 />
|
||||
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 <i>config.inc.php or .php3</i> file, there must be
|
||||
no blank lines or spaces after the <tt>?></tt>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@@ -810,38 +809,33 @@
|
||||
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<b>I'm having troubles when uploading files. In general file
|
||||
uploads don't work on my system and uploaded files have a
|
||||
<i>Content-Type:</i> header in the first line.</b>
|
||||
<br />
|
||||
<p>
|
||||
<b>I'm having troubles when uploading files. In general file uploads don't
|
||||
work on my system and uploaded files have a <tt>Content-Type:</tt> header
|
||||
in the first line.</b>
|
||||
<br />
|
||||
|
||||
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?
|
||||
<br />
|
||||
So the problem is that this packaged has a serious bug that was
|
||||
corrected ages ago in php (2001-01-28: see <a
|
||||
href="http://www.php.net/bugs.php?id=8966">php's bug tracking
|
||||
system</a> for more details). The problem is that the bugged
|
||||
package is still available though it was corrected (see <a
|
||||
href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">redhat's
|
||||
bugzilla</a> for more details).
|
||||
<br />
|
||||
So please download <a
|
||||
href="http://people.redhat.com/nalin/test/php-4.0.4pl1-7.i386.rpm">the
|
||||
fixed package</a> and the problem should go away.
|
||||
<br />
|
||||
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?
|
||||
<br />
|
||||
So the problem is that this packaged has a serious bug that was corrected
|
||||
ages ago in php (2001-01-28: see
|
||||
<a href="http://www.php.net/bugs.php?id=8966">php's bug tracking system</a>
|
||||
for more details). The problem is that the bugged package is still
|
||||
available though it was corrected (see
|
||||
<a href="http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=24933">redhat's bugzilla</a>
|
||||
for more details).
|
||||
<br />
|
||||
So please download
|
||||
<a href="http://people.redhat.com/nalin/test/php-4.0.4pl1-7.i386.rpm">the fixed package</a>
|
||||
and the problem should go away.
|
||||
<br />
|
||||
|
||||
And that fixes the \r\n problem with file uploads!
|
||||
</p>
|
||||
|
||||
|
||||
And that fixes the \r\n problem with
|
||||
file uploads!
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<!-- FAQ -->
|
||||
<!-- DEVELOPERS -->
|
||||
<a name="Developers"></a><br />
|
||||
<hr noshade="noshade" width="100%" />
|
||||
<font size="+1">
|
||||
@@ -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<4B>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
|
||||
|
Reference in New Issue
Block a user