We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1b5544 + 757de43 commit 120b08dCopy full SHA for 120b08d
user_guide_src/source/database/configuration.rst
@@ -174,7 +174,7 @@ Explanation of Values:
174
**compress** Whether or not to use client compression (``MySQLi`` only).
175
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
176
while developing an application (``MySQLi`` only).
177
-**port** The database port number.
+**port** The database port number - Empty string ``''`` for default port (or dynamic port with ``SQLSRV``).
178
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
179
180
.. important:: SQLite3 Foreign Key constraint is disabled by default.
0 commit comments