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:
parent
9d8ef62ed0
commit
8e8d6456c4
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue