From 887764266a269bd5be08b3bbab2a3dae5ca7b25c Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 14 Dec 2010 09:36:54 -0500 Subject: [PATCH] Clarify hide_db --- Documentation.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 2d53af64d..9bb7d4807 100644 --- a/Documentation.html +++ b/Documentation.html @@ -838,7 +838,8 @@ since this link provides funding for phpMyAdmin.
$cfg['Servers'][$i]['hide_db'] string
-
Regular expression for hiding some databases. This only hides them +
Regular expression for hiding some databases to unprivileged users. + This only hides them from listing, but a user is still able to access them (using, for example, the SQL query area). To limit access, use the MySQL privilege system.