MySQL set utf-8 support in your table - Mysql Views : 432
Tagged in : Mysql
0 0
Send mail
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 );

By Nirmala, On - 2009-12-30



    Login to add Comments .