I have a MySQL database running in Amazon RDS, and I want to know how to export an entire table to CSV format.
I currently use MySQL server on Windows to query the Amazon database, but when I try to run an export I get an error, probably because there's no dedicated file server for amazon RDS. Is there a solution to this?