How to copy a database using RDS
问题 I have a database instance on RDS with 2 databases on it. Is there a good way using the RDS command line tools to copy the one database to the other? If not, what is the recommended way of doing it? Thanks in advance. 回答1: I'd use mysqldump to get the tables and then mysql to import them. Update 2014/07/08 : Depending on what you're planning to do here, another solution today is to setup replication and then to promote the slave to be the master. That is for example if you want to update your