Skip to content

Commit 86ca663

Browse files
committed
fix
1 parent 9eb4bc8 commit 86ca663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/connector-mysql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ The following sections provide details about properties that are used to define
7373

7474
## Linked service properties
7575

76-
The following properties are supported for MySQL linked service:
76+
If you use the recommended driver version,the following properties are supported for MySQL linked service:
7777

7878
| Property | Description | Required |
7979
|:--- |:--- |:--- |
8080
| type | The type property must be set to: **MySql** | Yes |
81-
| driverVersion | The driver version that you use. The value is v2. | Yes |
81+
| driverVersion | The driver version when you select the recommended driver version. The value is v2. | Yes |
8282
| server | The name of your MySQL Server. | Yes |
8383
| port | The port number to connect to the MySQL server. |No|
8484
| database | Your MySQL database name. |Yes|
@@ -272,7 +272,7 @@ When copying data from MySQL, the following mappings are used from MySQL data ty
272272
| `bit(1)` |`UInt64` |`Boolean` |
273273
| `bit(M), M>1`|`UInt64`|`Byte[]`|
274274
| `blob` |`Byte[]` |`Byte[]` |
275-
| `bool` |`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by defult ) |`Int16` |
275+
| `bool` |`Boolean` <br/>(If TreatTinyAsBoolean=false, it is mapped as `SByte`. TreatTinyAsBoolean is true by default ) |`Int16` |
276276
| `char` |`String` |`String` |
277277
| `date` |`Datetime` |`Datetime` |
278278
| `datetime` |`Datetime` |`Datetime` |

0 commit comments

Comments
 (0)