[RESOLVED] phpMyAdmin 3 doesn't let me hide the information_schema

Issues related to applications and software problems
Post Reply
sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

[RESOLVED] phpMyAdmin 3 doesn't let me hide the information_schema

Post by sblantipodi » 2011/07/24 17:48:17

Ok, downloaded the phpMyAdmin from Epel on my CentOS 6.

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]['hide_db'] ="mysql|information_schema";

Now, doing this does not work.
Can you help me please?

sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

Re: phpMyAdmin 3 doesn't let me hide the information_schema

Post by sblantipodi » 2011/07/24 20:12:18

I'm quite sure now that my phpMyAdmin doesn't read the config.inc.php at all.
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.

sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

Re: phpMyAdmin 3 doesn't let me hide the information_schema

Post by sblantipodi » 2011/07/24 21:18:59

config.inc.php belongs in /etc/phpMyAdmin under CentOS 6 with epel rpm. Resolved.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[RESOLVED] phpMyAdmin 3 doesn't let me hide the information_

Post by pschaff » 2011/07/24 23:15:18

Thanks for reporting back with your own resolution. Marking this thread [RESOLVED] for posterity.

sblantipodi
Posts: 252
Joined: 2009/07/10 09:43:13
Contact:

Re: [RESOLVED] phpMyAdmin 3 doesn't let me hide the information_schema

Post by sblantipodi » 2011/07/25 10:57:09

thank you pschaff for your good work on this forum and your continued presence.

Post Reply