Skip to content

Commit 757fcdb

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update details
1 parent 0848873 commit 757fcdb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/data-factory/connector-mysql.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
305305
| `time` |`TimeSpan` |`TimeSpan` |
306306
| `timestamp` |`Datetime` |`Datetime` |
307307
| `tinyblob` |`Byte[]` |`Byte[]` |
308-
| `tinyint` |`SByte` <br/> (tinyint(1) is mapped to Boolean) |`Int16` |
308+
| `tinyint` |`SByte` <br/> (`tinyint(1)` is mapped to `Boolean`) |`Int16` |
309309
| `tinyint unsigned` |`Int16` |`Int16` |
310310
| `tinytext` |`String` |`String` |
311311
| `varchar` |`String` |`String` |
@@ -332,7 +332,9 @@ This section introduces best practices for MySQL connector recommended version.
332332
#### Cannot load SSL key
333333

334334
- **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+
335336
- **Cause**: The recommended version cannot decrypt the PCKS#8 format.
337+
336338
- **Recommendation**: Convert the PEM format to PCKS#1.
337339

338340
## Differences between the recommended and the legacy driver version

0 commit comments

Comments
 (0)