I went through this answer here: Mysqldump of the AWS RDS But, apparently, it gave me no clue.
What I intend to do?
I have an RDS instance running on amazon and database is about 450+ tables, which is an insane amount of data for mysqldump. I wish to have it dumped so that I can migrate it from AwS to Dedicated.
What is the problem?
It freezes once I start taking the dump via adminer. Snapshot gives a format which can be used from one region to another but, I wish to have it in say.. SQL format (to keep it simple) and then transfer it to my dedicated server.
Any ideas?