From 8e80009897929be9f355512f4bda64b7e8f080a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 20 Mar 2011 11:01:26 +0100 Subject: [PATCH] Talk about configuration storage in the sample config --- config.sample.inc.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/config.sample.inc.php b/config.sample.inc.php index 41f6466a4..0ea16d5f7 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -35,10 +35,15 @@ $cfg['Servers'][$i]['compress'] = false; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['AllowNoPassword'] = false; -/* User for advanced features */ +/* + * phpMyAdmin configuration storage settings. + */ + +/* User used to manipulate with storage */ // $cfg['Servers'][$i]['controluser'] = 'pma'; // $cfg['Servers'][$i]['controlpass'] = 'pmapass'; -/* Advanced phpMyAdmin features */ + +/* Storage database and tables */ // $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin'; // $cfg['Servers'][$i]['bookmarktable'] = 'pma_bookmark'; // $cfg['Servers'][$i]['relation'] = 'pma_relation'; @@ -119,7 +124,7 @@ $cfg['SaveDir'] = ''; * Set to true if you want DB-based query history.If false, this utilizes * JS-routines to display query history (lost by window close) * - * This requires advanced features enabled, see above. + * This requires configuration storage enabled, see above. * default = false */ //$cfg['QueryHistoryDB'] = true;