create or replace table accountignore ( id int auto_increment primary key, uuidIgnorer varchar(100) not null, uuidIgnored varchar(100) not null ) charset=latin1;