Skip to main content

Since AMAZON RDS not allowed `SELECT INTO OUTFILE` this should do the trick

Project description

# mysqldump2csv Since Amazon RDS not allowed to use SELECT INTO OUTFILE to generate CSV, this script should do the trick.

# Usage example:

`bash mysqldump -h host -u username -ppasswrd database table --skip-extended-insert --no-create-db --no-create-info --skip-disable-keys > table.csv.gz && python mysqldump2csv.py -df table.csv.gz -t table -s 500000 `

** ./mysqldump2csv.py -h for more information.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mysqldump2csv0_1.tar.gz (21.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page