well some conversion is done....SQL:drop table if exists a;create table if not exists a(i bit(64)) ENGINE=MYISAM;LOAD DATA LOCAL INFILE "c:\\spadim\\t.txt"IGNORE INTO TABLE `a` FIELDS TERMINATED BY ';' LINES TERMINATED BY '\n' (i);select * from a;RESULT:i0000110100001101000011010000110100001101000011010000110100001101file t.txt attached