语法都是错的哦
alter table account modify column fullname varchar(30) character set utf8 not null;
修改表的字符集
ALTER TABLE 表名 CONVERT TO CHARACTER SET utf-8;