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
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 details)
File details
Details for the file mysqldump2csv0_1.tar.gz
.
File metadata
- Download URL: mysqldump2csv0_1.tar.gz
- Upload date:
- Size: 21.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 034ebc608a1ea713f1e89116ec32f6adf78a3b184e3f8844b27858f9bf081085 |
|
MD5 | f3e2caec3184d59f2d42e38dbbe1e627 |
|
BLAKE2b-256 | a5ded88d9ad22ff3b23ad145f3cac080770fc9fd12675d03be96c986d8f2909b |