Skip to content

Instantly share code, notes, and snippets.

@betawax
Created August 25, 2015 06:50
Show Gist options
  • Save betawax/43158907217df9457ce7 to your computer and use it in GitHub Desktop.
Save betawax/43158907217df9457ce7 to your computer and use it in GitHub Desktop.
Fix unknown MySQL collation & character set
:%s/utf8mb4_unicode_ci/utf8_unicode_ci/g
:%s/utf8mb4/utf8/g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment