MySQL set utf-8 support in your table

by Nirmala 2009-12-30 11:11:42

MYSQL - UTF-8 support
If you want to support utf-8 create the table as follows

create table test(name varchar(40) character set utf8 );

Tagged in:

1256
like
0
dislike
0
mail
flag

You must LOGIN to add comments