Tagged Questions

5
votes
3answers
698 views

How do I move data from Postgres to MySQL running on Amazon's RDS?

I need to move a database with a Django schema from Postgres to MySQL, running on Amazon's RDF. I can re-generate the tables using manage.py, but I'm still looking for a way to migrate over all of the ...
0
votes
2answers
64 views

How to rename an Amazon RDS hosted MySQL database instance

I tried using the rename database command, but it fails with the following error. I don't see an option to stop the RDS instance via the Amazon RDS console either. mysql> rename database foo to ...