From afd03151d614072dea24b054bec545f539f6d688 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 19 May 2003 17:11:33 +0000 Subject: [PATCH] example --- Documentation.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation.html b/Documentation.html index 13471c6cb..60223df45 100755 --- a/Documentation.html +++ b/Documentation.html @@ -542,6 +542,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' means only these databases will be displayed but not at all other databases can't be used.

+ An example of using more that one database: + $cfg['Servers'][$i]['only_db'] = array('db1', 'db2');
$cfg['Servers'][$i]['verbose'] string