phpMyAdmin 隐藏数据库 information_schema|performance_schema (#766)

This commit is contained in:
邓小明
2024-01-03 22:19:10 +08:00
committed by GitHub
parent dbef678bab
commit 07425c68d3

View File

@@ -0,0 +1,5 @@
<?php
for ($i = 1; isset($hosts[$i - 1]); $i++) {
$cfg['Servers'][$i]['hide_db'] = 'information_schema|performance_schema';
}