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
