mysqldumpsplit icon indicating copy to clipboard operation
mysqldumpsplit copied to clipboard

A fast and memory efficient mysqldump (per table) file splitter written in Node.js

Results 4 mysqldumpsplit issues
Sort by recently updated
recently updated
newest added

It would be good it the filename of the output files also contained the database name. Now they only contain the dump file name and the table name. If the...

Please add an option, to split large tables into multiple files

Hi, Just found your project and it would really solve a problem I'm having with being able to split a large dump file. Are you still supporting this branch ??...

hello , If the chunk size exceeds the maximum string length of V8, then the following error will occur: ``` Error: toString failed at Buffer.toString (buffer.js:377:11) ``` this line will...