Exporting table from Amazon RDS into a csv file

前端 未结 6 1379
后悔当初
后悔当初 2020-11-29 17:43

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

6条回答
  •  生来不讨喜
    2020-11-29 18:30

    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.

提交回复
热议问题