mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-05-17 18:20:29 +08:00
phpMyAdmin 隐藏数据库 information_schema|performance_schema (#766)
This commit is contained in:
parent
6e1c41bc8b
commit
d8e0480bf8
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
for ($i = 1; isset($hosts[$i - 1]); $i++) {
|
||||
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user