Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ weight = 20
| 名称 | replication-instance |
| 描述 | DMS replication instance |
| VPC | TargetVPC |
| 多可用区 | 取消选择 |
| 多可用区(Multi AZ) | Dev or test workload (Single-AZ) |
| 公开访问 | 选中状态 |

如下图所示。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,22 @@ weight = 35
| 用户名 | 保留自动填充的值 |
| 密码 | 输入您创建 RDS 数据库时使用的密码 |

![target-endpoint-inputs](/db-mig/target-endpoint-inputs.zh.png)

3. 在 **特定于终端节点的设置 -> 额外的连接属性** 拷贝粘贴下面的连接参数:

```
parallelLoadThreads=1; initstmt=SET FOREIGN_KEY_CHECKS=0
```

![target-endpoint-inputs-endpoint-settings](/db-mig/target-endpoint-inputs-endpoint-settings.zh.png)

4. 在 **测试终端节点连接(可选)** 下,从 **VPC** 下拉列表中选择 **TargetVPC**,点击 **运行测试** 按钮验证终端节点的有效性。

测试运行一会后,您应当会在 **状态** 列看到 **successful** 的消息。点击 **创建终端节点** 按钮创建终端节点。

![test-target-endpoint](/db-mig/test-target-endpoint.zh.png)

如果出现任何错误,请确保 RDS 数据库的 **VPC 安全组** 允许来自 **AWS DMS 复制实例** 安全组在端口 3306 上的入站流量(或者来自整个 **TargetVPC** - 10.0.0.0/16)。

{{% notice note %}}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.