mysqldumpsplitter
mysqldumpsplitter copied to clipboard
sed: RE error: illegal byte sequence
On OSX, seeing "sed: RE error: illegal byte sequence" when processing a dump. All of the tables in the dump have charset set to utf-8, and the cli has lang set to utf-8.
mysqldumpsplitter is actually using SED to do the job! Google led me to an elaborate solution here. Is that what you think matches?
This worked for me: LC_ALL=C ./mysqldumpsplitter.sh [options here...]