phpMyAdmin 3 doesn't let me hide the information_schema
I'm running phpMyAdmin 3.4.3.1 with CentOS 6, package downloaded from Remi repos.
I always be able to hide the information_schema and mysql database by editing the config.inc.php file and add this lines into it:
$cfg['Servers'][$i]['hidedb'] ="mysql|informationschema";
Now, doing this does not work.
Can you help me please?
4 Replies
By the way, please remember that hiding databases like that won't stop a curious client from snooping around. It only hides information_schema from the menu, and doesn't prevent manually pointing your browser to it.
I know what the hidedb does and I want to simply hide this db from my phpmyadmin.
Is there someone who have an idea on why this command doesn't hide the information_schema?
Every lines I put in isn't readed at all…
I put the config.inc.php in /usr/share/phpMyAdmin
why phpmyadmin doesn't read that file?
Thanks.