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:
parent
eb8f449a61
commit
7a8fcfcf55
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue