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