I have a MySQL database in AWS RDS MySQL. I want to (export) Dump the data and schema (tables/relationships) into a single file so I can then (imported) uploaded into my local MySQL database.
What options do I have to do this?
What options do I have to do this?