migrate database from my local to AWS

0

I have schema and populated with data into MySql on my local machine. However, due to the large-scale of the datasets, the computing time suffers in the following analysis stage in python. So I decide to try to move all my work to cloud. I'm wondering if there is anyway to let the server in AWS directly connect to the mysql server in my laptop so that I can use the existing datasets without recollect them.

已提問 5 年前檢視次數 244 次
2 個答案
0
已接受的答案

You can use DMS database migration service of aws which will do everything for you.

https://aws.amazon.com/dms/

But you have to take care about foreign key and other data. sometime it is generating the error.

DMS will transfer all of your data from laptop to aws database which will be on RDS or you can choose.

已回答 5 年前
0
AWS
管理員
philaws
已回答 5 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南