Created
February 8, 2013 12:31
-
-
Save marchampson/4738737 to your computer and use it in GitHub Desktop.
Useful mysql
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
Character encoding of tbl (where tbl = tablname): | |
show create table tbl\G | |
Update character set: | |
alter table <tablename> modify <columname> <type> character set utf8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment