Skip to content

Commit 74dfabb

Browse files
committed
Document more unsupported connection string options.
1 parent b8b0c45 commit 74dfabb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/content/connection-options.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
412412
<td>true</td>
413413
<td>MySqlConnector always allows batch statements.</td>
414414
</tr>
415+
<tr>
416+
<td>CacheServerProperties, Cache Server Properties</td>
417+
<td></td>
418+
<td>MySqlConnector doesn’t need this optimization.</td>
419+
</tr>
415420
<tr>
416421
<td>CheckParameters, Check Parameters</td>
417422
<td>true</td>
@@ -422,6 +427,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
422427
<td></td>
423428
<td>MySqlConnector doesn’t support this extensibility mechanism, which is not compatible with async operations.</td>
424429
</tr>
430+
<tr>
431+
<td>DnsSrv, Dns-Srv</td>
432+
<td></td>
433+
<td>MySqlConnector doesn’t support discovering server addresses from DNS SRV records.</td>
434+
</tr>
425435
<tr>
426436
<td>ExceptionInterceptors, Exception Interceptors</td>
427437
<td></td>
@@ -457,6 +467,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
457467
<td></td>
458468
<td>MySqlConnector places no limit on the amount of stored procedure metadata that is cached. It takes a very small amount of memory.</td>
459469
</tr>
470+
<tr>
471+
<td>Replication</td>
472+
<td></td>
473+
<td>Not supported.</td>
474+
</tr>
460475
<tr>
461476
<td>RespectBinaryFlags, Respect Binary Flags</td>
462477
<td>true</td>
@@ -467,6 +482,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
467482
<td>true</td>
468483
<td>Shared memory (on Windows) is not supported as a connection protocol.</td>
469484
</tr>
485+
<tr>
486+
<td>SshHostName, SshPort, SshUserName, SshPassword, SshKeyFile, SshPassPhrase</td>
487+
<td></td>
488+
<td>Connecting via SSH isn’t built into MySqlConnector, but can be set up easily by following <a href="tutorials/connect-ssh/" title="Connecting to MySQL Server with SSH from C#">these instructions</a>.</td>
489+
</tr>
470490
<tr>
471491
<td>SqlServerMode, Sql Server Mode</td>
472492
<td>false</td>

0 commit comments

Comments
 (0)