Skip to content

Commit 49054e2

Browse files
committed
Fix code formatting in documentation.
1 parent f5d66c0 commit 49054e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/content/connection-options.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,10 @@ These are the other options that MySqlConnector supports. They are set to sensi
149149
<tr>
150150
<td>AllowPublicKeyRetrieval, Allow Public Key Retrieval</td>
151151
<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>
156156
</tr>
157157
<tr>
158158
<td>AllowUserVariables, Allow User Variables</td>
@@ -202,7 +202,7 @@ These are the other options that MySqlConnector supports. They are set to sensi
202202
<tr>
203203
<td>ServerRSAPublicKeyFile, Server RSA Public Key File</td>
204204
<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>
206206
</tr>
207207
<tr>
208208
<td>Treat Tiny As Boolean, TreatTinyAsBoolean</td>

0 commit comments

Comments
 (0)