parent
216a0a9889
commit
345bf1ae24
1 changed files with 1 additions and 1 deletions
|
@ -1798,7 +1798,7 @@ sub security_recommendations {
|
|||
. scalar(@mysqlstatlist)
|
||||
. " anonymous accounts." );
|
||||
push( @generalrec,
|
||||
"DELETE FROM ymsql.user WHERE user ='';" );
|
||||
"DELETE FROM mysql.user WHERE user ='';" );
|
||||
}
|
||||
else {
|
||||
goodprint "There are no anonymous accounts for any database users";
|
||||
|
|
Loading…
Reference in a new issue