关于MySQL中数据表中中文字符

来源:互联网 发布:10.24是程序员什么日子 编辑:程序博客网 时间:2024/06/05 02:14

如果所建立的数据表中有中文字符,需将default charset设置为utf8

create table tablename(   )default charset=utf8;