Merge pull request #447 from Reforced/patch-1

Add --host to minimal usage locally example
This commit is contained in:
Jean-Marie Renouard 2019-07-26 11:25:30 +02:00 committed by GitHub
commit a2674ac3ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,7 +137,7 @@ Specific usage
__Usage:__ Minimal usage locally
perl mysqltuner.pl
perl mysqltuner.pl --host 127.0.0.1
Of course, you can add the execute bit (`chmod +x mysqltuner.pl`) so you can execute it without calling perl directly.