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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,11 @@ These are the other options that MySqlConnector supports. They are set to sensib
225
225
<td>Sets the <c>program_name</c> connection attribute passed to MySQL Server. This value may be displayed by diagnostic tools,
226
226
e.g., as the “Program” column in “Client Connections” in <a href="https://www.mysql.com/products/workbench/">MySQL Workbench</a>.</td>
227
227
</tr>
228
+
<tr>
229
+
<td>CharSet, Character Set, CharacterSet</td>
230
+
<td></td>
231
+
<td>MySqlConnector always uses <code>utf8mb4</code> to send and receive strings from MySQL Server. This option may be specified (for backwards compatibility) but it will be ignored.</td>
232
+
</tr>
228
233
<tr>
229
234
<td>Compress, Use Compression, UseCompression</td>
<td>Ignored; <code>utf8mb4</code> is always used</td>
35
+
<td>(server-defined)</td>
36
+
<td>MySqlConnector always uses <code>utf8mb4</code> to send and receive strings from MySQL Server. This option may be specified (for backwards compatibility) but it will be ignored.</td>
0 commit comments