Created
March 13, 2019 17:59
-
-
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,
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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