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년 전230회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠