首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > Mysql >

mysql utf8筑表

2012-07-08 
mysql utf8建表create table weibo_verifieds(id int not null primary key auto_increment,uid char(255)

mysql utf8建表
create table weibo_verifieds(id int not null primary key auto_increment,uid char(255),uname char(255),uimg char(255),url char(255)) charset default utf8;

热点排行