失眠网,内容丰富有趣,生活中的好帮手!
失眠网 > mysql 建表 解决中文输入

mysql 建表 解决中文输入

时间:2019-03-07 11:35:01

相关推荐

mysql 建表 解决中文输入

在建表的时候直接指定utf8,这样就读写中文就没有问题

create table player_info1 (id bigint(20) auto_increment,player_id bigint(20), created_date datetime,languagetext,country_code text,source text,device_type text,system_lang text,os_typetext,rt bigint(20),dt text,primary key (id) ) character set = utf8;

如果觉得《mysql 建表 解决中文输入》对你有帮助,请点赞、收藏,并留下你的观点哦!

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。