mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-02-09 21:05:57 +08:00
phpMyAdmin 隐藏数据库 information_schema|performance_schema
(#766)
This commit is contained in:
parent
dbef678bab
commit
07425c68d3
@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
for ($i = 1; isset($hosts[$i - 1]); $i++) {
|
||||||
|
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user