From 8e8d6456c4c9b0fde901b8544c54b8321827e4ac Mon Sep 17 00:00:00 2001 From: giacomo Date: Tue, 30 Aug 2016 00:13:19 +0200 Subject: [PATCH] Fixed password option in docs Banged my head against a wall trying to figure out why mysqltuner wasn't working. Turns out, the `password` option is actually called `pass`. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 42e3014..d6ed95a 100644 --- a/index.html +++ b/index.html @@ -89,7 +89,7 @@ perl mysqltuner.pl

Usage: Minimal usage remotely

-
perl mysqltuner.pl --host targetDNS_IP --user admin_user --password admin_password
+
perl mysqltuner.pl --host targetDNS_IP --user admin_user --pass admin_password
 

Usage: Enable maximum output information around MySQL/MariaDb without debugging