hide_db
This commit is contained in:
parent
67173e9941
commit
56f2e89d15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user