// MySQL Database Description create table sess_data ( id2 int not null auto_increment, id text not null, data text, expire int not null, primary key(id2) );