Merge pull request #241 from mexicat/patch-1

Fixed password option in docs
This commit is contained in:
Jean-Marie Renouard 2016-08-30 12:49:27 +02:00 committed by GitHub
commit a5c099cc2d

View file

@ -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>