Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in commit 6f6130b (ymsql => mysql) #459

Closed
onkelringnes opened this issue Oct 17, 2019 · 1 comment
Closed

Typo in commit 6f6130b (ymsql => mysql) #459

onkelringnes opened this issue Oct 17, 2019 · 1 comment
Assignees
Labels

Comments

@onkelringnes
Copy link

onkelringnes commented Oct 17, 2019

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";
@jmrenouard
Copy link
Collaborator

Fixed
Thanks @onkelringnes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants