Import data from an external MySQL DB instance into an Amazon RDS database by first dumping it using the mysqldump command line utility. You then import it using the LOAD DATA LOCAL INFILE command and use replication to bring the instances into sync.