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 da
There is new way from AWS how to do it. Just use their DMS(Database Migration Service).
Here is documentation how to export table(s) to files on S3 storage: https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html
You will have possibility to export in 2 formats: CSV or parquet.