1 回答
- 最新
- 投票最多
- 评论最多
0
There are several options:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.External.Repl.html
You might want to consider replicating from your laptop directly into an RDS instance:
https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.Other.html
-Phil
