create or replace table serverpassword ( id int auto_increment primary key, server varchar(100) null, password varchar(100) null ) charset=latin1;