Change anonymous account recommendation to plural

This commit is contained in:
Marc Würth 2015-09-16 18:11:42 +02:00
parent 31c671d8ca
commit a31ea3cda5

View file

@ -1256,9 +1256,9 @@ sub security_recommendations {
badprint "User '" . $line . "' is an anonymous account.";
}
push( @generalrec,
"Remove Anonymous User account - there is "
"Remove Anonymous User accounts - there are "
. scalar(@mysqlstatlist)
. " Anonymous account." );
. " Anonymous accounts." );
}
else {
goodprint "There is no anonymous account in all database users";