Last active
September 16, 2015 11:39
mysql convert table and all columns to utf8
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 table COLLATE = utf8_general_ci; | |
ALTER TABLE table CONVERT TO CHARACTER SET utf8; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment