Skip to content

Commit 6951f39

Browse files
committed
Fixed: All database are hidden
1 parent 996e6a6 commit 6951f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imscp.config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
/**
7979
* Hidden databases
8080
*/
81-
$cfg['Servers'][$i]['hide_db'] = '(information_schema|performance_schema|mysql|sys)';
81+
$cfg['Servers'][$i]['hide_db'] = '^((information|performance)_schema|mysql|sys)$';
8282

8383
/**
8484
* End of servers configuration

0 commit comments

Comments
 (0)