Skip to content

Instantly share code, notes, and snippets.

@D4R4
Created March 13, 2019 17:59
Show Gist options
  • Save D4R4/ea223329f549b7f3a3f6897179a86eb1 to your computer and use it in GitHub Desktop.
Save D4R4/ea223329f549b7f3a3f6897179a86eb1 to your computer and use it in GitHub Desktop.
For some reason altering table from editor GUI did not solve the error, meanwhile this did the trick,
ALTER TABLE countries CONVERT TO CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment