migrate: migrate from mysql files#3252
Merged
Merged
Conversation
lilin90
reviewed
May 22, 2020
Co-authored-by: Lilian Lee <lilin@pingcap.com>
kissmydb
reviewed
May 23, 2020
|
|
||
| # 从 MySQL SQL 文件迁移数据 | ||
|
|
||
| 本文介绍如何使用 TiDB Lightning 从 MySQL SQL 文件迁移数据到 TiDB。 |
Contributor
There was a problem hiding this comment.
迁移文档需要完整的导出+导入部分,这篇里只有 lightning 导入部分,‘MySQL SQL 文件’指的是 mydumper 导出的文件吧?(dumpling 能代替后再替换)
建议补充一下 mydumper 导出的部分
Contributor
Author
There was a problem hiding this comment.
这篇文章和 csv 迁移同一级别,都是描述导入部分,导出部分单独在 mydumper 和 dumpling 里面解释,我在最前面加个链接,这样可以吧
Contributor
There was a problem hiding this comment.
链过去 mydumper 可以,但 mydumper 链接里却只写了“使用此工具可以完成对 TiDB 的逻辑备份“
这篇文档的父目录是”从 MySQL 迁移至 TiDB“,用户进入这个文档是希望一步步从 mysql 迁移到 tidb,目前看有些串不起来。
可以考虑把 mydumper 的文件描述下支持 mysql 导出 ?
Contributor
|
@3pointer, please update your pull request. |
5 tasks
Contributor
Co-authored-by: kissmydb <likun@pingcap.com>
Co-authored-by: Lilian Lee <lilin@pingcap.com>
Contributor
Author
|
lint failed because of dead link. |
lilin90
reviewed
May 26, 2020
Member
|
@kissmydb PTAL again~ |
Contributor
|
/run-cherry-picker |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
Jun 10, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-3.1 in PR #3582 |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
Jun 10, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-2.1 in PR #3583 |
sre-bot
pushed a commit
to sre-bot/docs-cn
that referenced
this pull request
Jun 10, 2020
Signed-off-by: sre-bot <sre-bot@pingcap.com>
5 tasks
Contributor
|
cherry pick to release-3.0 in PR #3584 |
5 tasks
sre-bot
added a commit
that referenced
this pull request
Jun 11, 2020
sre-bot
added a commit
that referenced
this pull request
Jun 11, 2020
sre-bot
added a commit
that referenced
this pull request
Jun 11, 2020
* cherry pick #3252 to release-2.1 Signed-off-by: sre-bot <sre-bot@pingcap.com> * Update mydumper-overview.md * Update migrate-from-mysql-mydumper-files.md Co-authored-by: 3pointer <luancheng@pingcap.com> Co-authored-by: Keke Yi <40977455+yikeke@users.noreply.github.com>
This was referenced Jun 11, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is changed, added or deleted? (Required)
Add docs about migrate from mysql dump files to TiDB
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
N/A