@@ -412,6 +412,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
412
412
<td>true</td>
413
413
<td>MySqlConnector always allows batch statements.</td>
414
414
</tr >
415
+ <tr >
416
+ <td>CacheServerProperties, Cache Server Properties</td>
417
+ <td></td>
418
+ <td>MySqlConnector doesn’t need this optimization.</td>
419
+ </tr >
415
420
<tr >
416
421
<td>CheckParameters, Check Parameters</td>
417
422
<td>true</td>
@@ -422,6 +427,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
422
427
<td></td>
423
428
<td>MySqlConnector doesn’t support this extensibility mechanism, which is not compatible with async operations.</td>
424
429
</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 >
425
435
<tr >
426
436
<td>ExceptionInterceptors, Exception Interceptors</td>
427
437
<td></td>
@@ -457,6 +467,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
457
467
<td></td>
458
468
<td>MySqlConnector places no limit on the amount of stored procedure metadata that is cached. It takes a very small amount of memory.</td>
459
469
</tr >
470
+ <tr >
471
+ <td>Replication</td>
472
+ <td></td>
473
+ <td>Not supported.</td>
474
+ </tr >
460
475
<tr >
461
476
<td>RespectBinaryFlags, Respect Binary Flags</td>
462
477
<td>true</td>
@@ -467,6 +482,11 @@ from your connection string when migrating from Connector/NET to MySqlConnector.
467
482
<td>true</td>
468
483
<td>Shared memory (on Windows) is not supported as a connection protocol.</td>
469
484
</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 >
470
490
<tr >
471
491
<td>SqlServerMode, Sql Server Mode</td>
472
492
<td>false</td>
0 commit comments