Skip to content

Commit 2923054

Browse files
committed
Prohibit usage of SQL root user
1 parent 400f5ac commit 2923054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imscp.config.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
//$cfg['Servers'][$i]['connect_type'] = 'tcp';
4242
$cfg['Servers'][$i]['compress'] = true;
4343
$cfg['Servers'][$i]['AllowNoPassword'] = false;
44+
$cfg['Servers'][$i]['AllowRoot'] = false;
4445

4546
/**
4647
* phpMyAdmin configuration storage settings.

0 commit comments

Comments
 (0)