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: articles/data-factory/connector-mysql.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: jianleishen
6
6
ms.subservice: data-movement
7
7
ms.custom: synapse
8
8
ms.topic: conceptual
9
-
ms.date: 10/09/2024
9
+
ms.date: 10/28/2024
10
10
ms.author: jianleishen
11
11
---
12
12
@@ -305,7 +305,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
305
305
|`time`|`TimeSpan`|`TimeSpan`|
306
306
|`timestamp`|`Datetime`|`Datetime`|
307
307
|`tinyblob`|`Byte[]`|`Byte[]`|
308
-
|`tinyint`|`SByte`|`Int16`|
308
+
|`tinyint`|`SByte`<br/> (`tinyint(1)` is mapped to `Boolean`) |`Int16`|
309
309
|`tinyint unsigned`|`Int16`|`Int16`|
310
310
|`tinytext`|`String`|`String`|
311
311
|`varchar`|`String`|`String`|
@@ -325,6 +325,18 @@ Here are steps that help you upgrade your MySQL connector:
325
325
326
326
1. The latest driver version v2 supports more MySQL versions. For more information, see [Supported capabilities](connector-mysql.md#supported-capabilities).
327
327
328
+
### Best practices for MySQL connector recommended version
329
+
330
+
This section introduces best practices for MySQL connector recommended version.
331
+
332
+
#### Cannot load SSL key
333
+
334
+
-**Symptoms**: If you are using MySQL connector recommended version with SSL Key as a connection property, you may meet the following error message: `Could not load the client key from your_pem_file: Unrecognized PEM header: -----BEGIN PRIVATE KEY-----`
335
+
336
+
-**Cause**: The recommended version cannot decrypt the PCKS#8 format.
337
+
338
+
-**Recommendation**: Convert the PEM format to PCKS#1.
339
+
328
340
## Differences between the recommended and the legacy driver version
329
341
330
342
The table below shows the data type mapping differences between MySQL using the recommended and the legacy driver version.
0 commit comments