Skip to content

Commit

Permalink
phpMyAdmin 隐藏数据库 information_schema|performance_schema (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhun authored Jan 3, 2024
1 parent dbef678 commit 07425c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/phpmyadmin/5.2.1/conf.inc/config.user.inc.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

for ($i = 1; isset($hosts[$i - 1]); $i++) {
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
}

0 comments on commit 07425c6

Please sign in to comment.