drop table bugdemo; create table bugdemo ( name varchar(255) not null, value text character set utf8, primary key(name) ) type = InnoDb;