create or replace table ipinfo ( id int auto_increment primary key, ipAddress text not null ) charset=latin1;