We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996e6a6 commit 6951f39Copy full SHA for 6951f39
imscp.config.inc.php
@@ -78,7 +78,7 @@
78
/**
79
* Hidden databases
80
*/
81
-$cfg['Servers'][$i]['hide_db'] = '(information_schema|performance_schema|mysql|sys)';
+$cfg['Servers'][$i]['hide_db'] = '^((information|performance)_schema|mysql|sys)$';
82
83
84
* End of servers configuration
0 commit comments