All phpMyAdmin users can also see "information_schema"

Discussion in 'Server Operation' started by edge, May 13, 2010.

  1. edge

    edge Active Member Moderator

    Not sure why, but all users who access their database by phpMyAdmin can also see the database "information_schema".

    Anyone here who might know how to fix this?
    I only want the user to see their own database, and not also the "information_schema".
     
  2. edge

    edge Active Member Moderator

    Nevermind..

    I found the "fix".

    Add the following to the "config.inc.php" file.
    Code:
    $cfg['Servers'][$i]['hide_db'] = 'information_schema';
     

Share This Page