Skip to content

Commit

Permalink
Issue Typo in commit 6f6130b (ymsql => mysql) (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrenouard committed Oct 17, 2019
1 parent 216a0a9 commit 345bf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 345bf1a

Please sign in to comment.