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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,10 +149,10 @@ These are the other options that MySqlConnector supports. They are set to sensi
149
149
<tr>
150
150
<td>AllowPublicKeyRetrieval, Allow Public Key Retrieval</td>
151
151
<td>false</td>
152
-
<td>If the user account uses `sha256_password` authentication, the password must be protected during transmission; TLS is the preferred mechanism for this,
153
-
but if it is not available then RSA public key encryption will be used. To specify the server's RSA public key, use the `ServerRSAPublicKeyFile` connection
154
-
string setting, or set `AllowPublicKeyRetrieval=True` to allow the client to automatically request the public key from the server. Note that `AllowPublicKeyRetrieval=True`
155
-
could allow a malicious proxy to perform a MITM attack to get the plaintext password, so it is `False` by default and must be explicitly enabled.</td>
152
+
<td>If the user account uses <code>sha256_password</code> authentication, the password must be protected during transmission; TLS is the preferred mechanism for this,
153
+
but if it is not available then RSA public key encryption will be used. To specify the server's RSA public key, use the <code>ServerRSAPublicKeyFile</code> connection
154
+
string setting, or set <code>AllowPublicKeyRetrieval=True</code> to allow the client to automatically request the public key from the server. Note that <code>AllowPublicKeyRetrieval=True</code>
155
+
could allow a malicious proxy to perform a MITM attack to get the plaintext password, so it is <code>False</code> by default and must be explicitly enabled.</td>
156
156
</tr>
157
157
<tr>
158
158
<td>AllowUserVariables, Allow User Variables</td>
@@ -202,7 +202,7 @@ These are the other options that MySqlConnector supports. They are set to sensi
202
202
<tr>
203
203
<td>ServerRSAPublicKeyFile, Server RSA Public Key File</td>
204
204
<td></td>
205
-
<td>For `sha256_password` authentication. See comments under `AllowPublicKeyRetrieval`.</td>
205
+
<td>For <code>sha256_password</code> authentication. See comments under <code>AllowPublicKeyRetrieval</code>.</td>
206
206
</tr>
207
207
<tr>
208
208
<td>Treat Tiny As Boolean, TreatTinyAsBoolean</td>
0 commit comments