SeunMatt / mysql-backup4j

mysql-backup4j is a library for programmatically exporting mysql databases and sending the zipped dump to email, Amazon S3, Google Drive or any other cloud storage of choice
MIT License
124 stars 71 forks source link

Adding able to export large tables #26

Open acrossoffwest opened 2 years ago

acrossoffwest commented 2 years ago

I found out the package wasn't able to backup large tables, I made some changes and know package could import more than 2GB+ tables. I had a test backup of a 2.5 GB table.

I hope I did the right things and it will help somebody.

SeunMatt commented 2 years ago

Hello @acrossoffwest thanks for this, I will take a look at this. It'll be great if you can share your data dump with me by way of a Google Drive link or other such means so I can have the test data too. Thanks