How to hide information_schema database from phpmyadmin
问题 I am able to hide the database from writing this line $cfg['Servers'][$i]['hide_db'] = 'information_schema'; in config.inc.php file pf phpmyadmin. It is possible to access content of this database through url like http://www.test.com/phpmyadmin/index.php?db=information_schema&token=3ba37ae1e41f6a10e4afc7c69b934bba How is it possible to remove complete access of information_schema database ? 回答1: You can even hide multiple DBs using pipe separator $cfg['Servers'][$i]['hide_db'] = 'information