From 57e563f00a0437c6804ab4c640ff005a6231bb13 Mon Sep 17 00:00:00 2001 From: Kasun Chathuranga Date: Thu, 4 Jul 2013 10:13:05 +0530 Subject: [PATCH] Add new tables to sample config file --- config.sample.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sample.inc.php b/config.sample.inc.php index 37a2f099b5..9f7dfcbe53 100644 --- a/config.sample.inc.php +++ b/config.sample.inc.php @@ -59,6 +59,8 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false; // $cfg['Servers'][$i]['designer_coords'] = 'pma__designer_coords'; // $cfg['Servers'][$i]['userconfig'] = 'pma__userconfig'; // $cfg['Servers'][$i]['recent'] = 'pma__recent'; +// $cfg['Servers'][$i]['users'] = 'pma__users'; +// $cfg['Servers'][$i]['usergroups'] = 'pma__user_groups'; /* Contrib / Swekey authentication */ // $cfg['Servers'][$i]['auth_swekey_config'] = '/etc/swekey-pma.conf';