-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dm: update headings #11987
dm: update headings #11987
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,10 +1,10 @@ | ||||||
--- | ||||||
title: 处理出错的 DDL 语句 | ||||||
title: 使用 DM 处理出错的 DDL 语句 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
summary: 了解在使用 TiDB Data Migration 迁移数据时,如何处理出错的 DDL 语句。 | ||||||
aliases: ['/docs-cn/tidb-data-migration/dev/skip-or-replace-abnormal-sql-statements/'] | ||||||
--- | ||||||
|
||||||
# 处理出错的 DDL 语句 | ||||||
# 使用 DM 处理出错的 DDL 语句 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
本文介绍了如何使用 DM 来处理出错的 DDL 语句。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,9 +1,9 @@ | ||||||
--- | ||||||
title: 创建数据源 | ||||||
title: 创建 DM 数据源 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
summary: 了解如何为 DM 创建数据源。 | ||||||
--- | ||||||
|
||||||
# 创建数据源 | ||||||
# 创建 DM 数据源 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
> **注意:** | ||||||
> | ||||||
|
@@ -35,7 +35,7 @@ summary: 了解如何为 DM 创建数据源。 | |||||
|
||||||
```yaml | ||||||
source-id: "mysql-01" # 数据源 ID,在数据迁移任务配置和 dmctl 命令行中引用该 source-id 可以关联到对应的数据源 | ||||||
|
||||||
from: | ||||||
host: "127.0.0.1" | ||||||
port: 3306 | ||||||
|
@@ -89,7 +89,7 @@ tiup dmctl --master-addr <master-addr> operate-source create ./source-mysql-01.y | |||||
```bash | ||||||
tiup dmctl --master-addr <master-addr> config source mysql-01 | ||||||
``` | ||||||
|
||||||
``` | ||||||
{ | ||||||
"result": true, | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,10 +1,10 @@ | ||||||
--- | ||||||
title: 创建数据迁移任务 | ||||||
title: 创建 DM 数据迁移任务 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
summary: 了解在部署 DM 集群后,如何快速创建数据迁移任务。 | ||||||
aliases: ['/docs-cn/tidb-data-migration/dev/quick-start-create-task/'] | ||||||
--- | ||||||
|
||||||
# 创建数据迁移任务 | ||||||
# 创建 DM 数据迁移任务 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
本文档介绍在 DM 集群部署成功后,如何快速创建简单的数据迁移任务。 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
感觉要么
创建 TiDB Data Migration 数据迁移任务
,要么创建数据迁移任务