Docs/Website: MySQL config parameter "verify-connection" should be "verify_connection"

The only instance of `verify-connection` I can find is on this docs page. The API style for parameters is underscores, so this one stands out.

The code for this and the other backends with similar connection verification features seem to use `verify_connection`.
This commit is contained in:
Chris Stevens 2016-09-29 14:05:47 -05:00 committed by GitHub
parent eb8f449a61
commit 7a8fcfcf55
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ the default on versions prior to that.
<dd>
<ul>
<li>
<span class="param">verify-connection</span>
<span class="param">verify_connection</span>
<span class="param-flags">optional</span>
If set, connection_url is verified by actually connecting to the database.
Defaults to true.