아래의 명령어는 mysql 접속후 하셔야 함으로

 파일명의 절대 경로를 꼭 외우시기를.

 테이블은 만들어져 있어야 합니다.

  # load data infile '절대위치파일명' into table '테이블명' fields terminated by '구분자' lines terminated by '\n';

  예) load data infile '/home/mobile/public_html/sql/zipcode/zipcode_20080327.sql' into table zipcode fields terminated by ',' lines terminated by '\n';