MySQL set utf-8 support in your table - Mysql Views : 405
Tagged in : Mysql
Send mail vote down 0 vote down 0
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 .