We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee2f18 commit 61ca7beCopy full SHA for 61ca7be
1 file changed
user_guide_src/source/database/configuration.rst
@@ -168,8 +168,7 @@ Description of Values
168
**encrypt** (``MySQLi`` and ``SQLSRV`` only) Whether to use an encrypted connection.
169
See :ref:`MySQLi encrypt <mysqli-encrypt>` for ``MySQLi`` settings.
170
``SQLSRV`` driver accepts true/false.
171
-**trustServerCertificate**
172
- (``SQLSRV`` only) true/false (boolean) - Whether to trust the server certificate
+**trustServerCertificate** (``SQLSRV`` only) true/false (boolean) - Whether to trust the server certificate
173
without validating it against a trusted certificate authority.
174
**compress** (``MySQLi`` only) Whether to use client compression.
175
**strictOn** (``MySQLi`` only) true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring
0 commit comments