How do I go about moving certain data (returned by a simple query) from one database in AWS' RDS to another?
An interruption of up to 20 mins is acceptable, although not preferred.
My current plan is to use Sequel Pro to perform an Export, and then Import it into the target database, but I'm wondering if there's a better way to do it.
BTW: Database is mostly InnoDB and some MyISAM tables.