Skip to content

Instantly share code, notes, and snippets.

@draev
Created April 26, 2019 12:36
Show Gist options
  • Save draev/88211d8ae37e11686991374a1e1689a5 to your computer and use it in GitHub Desktop.
Save draev/88211d8ae37e11686991374a1e1689a5 to your computer and use it in GitHub Desktop.
sed -E "s/(X'[^,\)]*')/CONVERT(\1 using utf8mb4)/g" infile.sql > outfile.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment