Merge pull request #241 from mexicat/patch-1
Fixed password option in docs
This commit is contained in:
commit
a5c099cc2d
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ perl mysqltuner.pl
|
||||||
|
|
||||||
<p><strong>Usage:</strong> Minimal usage remotely</p>
|
<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>
|
</code></pre>
|
||||||
|
|
||||||
<p><strong>Usage:</strong> Enable maximum output information around MySQL/MariaDb without debugging </p>
|
<p><strong>Usage:</strong> Enable maximum output information around MySQL/MariaDb without debugging </p>
|
||||||
|
|
Loading…
Reference in a new issue