diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst index 48ad3853742a..a0ef5c8cd1d8 100644 --- a/user_guide_src/source/database/configuration.rst +++ b/user_guide_src/source/database/configuration.rst @@ -165,8 +165,8 @@ Explanation of Values customizable by the end user. **schema** (``Postgre`` and ``SQLSRV`` only) The database schema, default value varies by driver. **encrypt** (``MySQLi`` and ``SQLSRV`` only) Whether or not to use an encrypted connection. - ``SQLSRV`` driver accepts true/false. See :ref:`MySQLi encrypt ` for ``MySQLi`` settings. + ``SQLSRV`` driver accepts true/false. **compress** (``MySQLi`` only) Whether or not to use client compression. **strictOn** (``MySQLi`` only) true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL while developing an application.