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`.
This commit is contained in:
giacomo 2016-08-30 00:13:19 +02:00 committed by GitHub
parent 9d8ef62ed0
commit 8e8d6456c4

View file

@ -89,7 +89,7 @@ perl mysqltuner.pl
<p><strong>Usage:</strong> Minimal usage remotely</p>
<pre><code>perl mysqltuner.pl --host targetDNS_IP --user admin_user --password admin_password
<pre><code>perl mysqltuner.pl --host targetDNS_IP --user admin_user --pass admin_password
</code></pre>
<p><strong>Usage:</strong> Enable maximum output information around MySQL/MariaDb without debugging </p>