* explicited the use of MySQL wildcards in the "only_db" setting
* merged patch #474210 (hiding full text of navigation buttons) submitted by Gosha Sakovich
This commit is contained in:
@@ -404,7 +404,10 @@
|
|||||||
<dt><b>$cfgServers[n]['only_db']</b> string or array</dt>
|
<dt><b>$cfgServers[n]['only_db']</b> string or array</dt>
|
||||||
<dd>
|
<dd>
|
||||||
If set to a(an array of) database name(s), only this(these) database(s)
|
If set to a(an array of) database name(s), only this(these) database(s)
|
||||||
will be shown to the user.
|
will be shown to the user. Since phpMyAdmin 2.2.1, this/these
|
||||||
|
database(s) name(s) may contain(s) MySQL wilcards characters
|
||||||
|
("_" & "%"): if you want to really use these
|
||||||
|
characters, escape them.<br />
|
||||||
This setting is an efficient way to lower the server load since the
|
This setting is an efficient way to lower the server load since the
|
||||||
latter does not need a to send requests to MySQL to build the database
|
latter does not need a to send requests to MySQL to build the database
|
||||||
list.<br />
|
list.<br />
|
||||||
@@ -542,6 +545,12 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
<dt><b>$cfgNavigationBarIconic </b>boolean</dt>
|
||||||
|
<dd>
|
||||||
|
Defines whether navigation bar buttons contain text or symbols only.
|
||||||
|
<br /><br />
|
||||||
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfgShowAll </b>boolean</dt>
|
<dt><b>$cfgShowAll </b>boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Defines whether an user should be displayed a
|
Defines whether an user should be displayed a
|
||||||
|
Reference in New Issue
Block a user