How to deploy existing MySql Data to Amazon AWS -
i migrate existing web database (developed using mysql) godaddy server amazon aws. please suggest best way achieve.
any pointer or help appreciated. give thanks you.
there 2 ways in can run mysql server in aws
amazon rds mysql in ec2in either of case you, in perspective of backup , restore, can consider them yet mysql instance. migrate existing there several tools ( open source ) perform backup , restore.
the steps backup , restore go way
take ddl dump ( db , schema ) , execute in aws rds / ec2 instance take info dump ( .sql file ) existing mysql instance ( godaddy ) execute info dump in new mysql instancethese few links provide
mysql backup & recovery - link mysql dumper - link mysql backup , restore command line - link mysql backup , restoration - link amazon-web-services amazon-ec2 amazon amazon-cloudfront
No comments:
Post a Comment