You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/connection-options.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -328,6 +328,11 @@ These are the other options that MySqlConnector supports. They are set to sensib
328
328
<td></td>
329
329
<td>For <code>sha256_password</code> authentication. See comments under <code>AllowPublicKeyRetrieval</code>.</td>
330
330
</tr>
331
+
<tr>
332
+
<td>ServerSPN, Server SPN</td>
333
+
<td></td>
334
+
<td>For MariaDB <a href="https://mariadb.com/kb/en/library/authentication-plugin-gssapi/"><code>auth_gssapi_client</code></a> authentication. Specifies the server’s Service Principal Name (to verify that authentication is occurring with the correct server).</td>
335
+
</tr>
331
336
<tr>
332
337
<td>Treat Tiny As Boolean, TreatTinyAsBoolean</td>
0 commit comments