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
