A specialized tool for performing search and replace operations on MySQL backups created with mydumper.
This utility extends github.com/Automattic/go-search-replace to work specifically with mydumper (stream) backup files.
Download the appropriate binary for your system from the releases page.
To build from source, you need to have Go installed. Clone the repository and run:
make build
go-search-replace-mydumper <input file> <output dir> <from> <to> ...