From 56f2e89d1532ce13b3359460157830cb9f4644f4 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Mon, 10 May 2021 13:41:49 -0700 Subject: [PATCH] hide_db --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 9cd8feb..96d7ddc 100755 --- a/install.sh +++ b/install.sh @@ -186,7 +186,7 @@ echo "\$cfg['blowfish_secret'] = '$blowfish_secret';" >> phpMyAdmin-5.1.0-all-la echo "\$i = 0;" >> phpMyAdmin-5.1.0-all-languages/config.inc.php echo "\$i++;" >> phpMyAdmin-5.1.0-all-languages/config.inc.php echo "\$cfg['Servers'][\$i]['auth_type'] = 'cookie';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php -echo "\$cfg['Servers'][\$i]['hide_db'] = 'information_schema|performance_schema|mysql';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php +echo "\$cfg['Servers'][\$i]['hide_db'] = 'information_schema|performance_schema|mysql|wsrep|vmail';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php echo "\$cfg['Servers'][\$i]['host'] = '127.0.0.1';" >> phpMyAdmin-5.1.0-all-languages/config.inc.php echo "\$cfg['Servers'][\$i]['compress'] = false;" >> phpMyAdmin-5.1.0-all-languages/config.inc.php echo "\$cfg['Servers'][\$i]['AllowNoPassword'] = false;" >> phpMyAdmin-5.1.0-all-languages/config.inc.php