Skip to content

Commit 120b08d

Browse files
authored
Merge pull request #7624 from puschie286/sqlsrv-default-port-connection-refuse
fix: sqlsrv default port cause connection refuse
2 parents b1b5544 + 757de43 commit 120b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Explanation of Values:
174174
**compress** Whether or not to use client compression (``MySQLi`` only).
175175
**strictOn** true/false (boolean) - Whether to force "Strict Mode" connections, good for ensuring strict SQL
176176
while developing an application (``MySQLi`` only).
177-
**port** The database port number.
177+
**port** The database port number - Empty string ``''`` for default port (or dynamic port with ``SQLSRV``).
178178
**foreignKeys** true/false (boolean) - Whether or not to enable Foreign Key constraint (``SQLite3`` only).
179179

180180
.. important:: SQLite3 Foreign Key constraint is disabled by default.

0 commit comments

Comments
 (0)