From 9d441ee499cfb9c54e046ab208c407da974c09d6 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sat, 10 Sep 2011 12:12:35 +0530 Subject: [PATCH] Sample config file updated with new pmadb tables --- config.sample.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sample.inc.php b/config.sample.inc.php index 778785e1f9..70d2666dd6 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -57,6 +57,8 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false; // $cfg['Servers'][$i]['tracking'] = 'pma_tracking'; // $cfg['Servers'][$i]['designer_coords'] = 'pma_designer_coords'; // $cfg['Servers'][$i]['userconfig'] = 'pma_userconfig'; +// $cfg['Servers'][$i]['recent'] = 'pma_recent'; +// $cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs'; /* Contrib / Swekey authentication */ // $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';