You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/mysqltuner.pl b/mysqltuner.pl
index 489ddaf..9323ff4 100755
--- a/mysqltuner.pl
+++ b/mysqltuner.pl
@@ -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";
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: