warning for all modes

This commit is contained in:
Marc Delisle
2002-10-15 20:54:04 +00:00
parent 11b0c087c0
commit 3af24d5e22
2 changed files with 5 additions and 1 deletions

View File

@@ -588,7 +588,6 @@ if ($display_pmaAbsoluteUri_warning) {
* Warning if using the default MySQL privileged account
*/
if ($server != 0
&& $cfg['Server']['auth_type'] == 'config'
&& $cfg['Server']['user'] == 'root'
&& $cfg['Server']['password'] == '') {
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";