Help for this page
Create Table testtable ( field1 int(6) Primry Key, field2 int(4)) engine=myisam;
LOAD DATA INFILE 'text.txt' Into Table testtable Fields terminated by ',' Lines terminated by '\n';