MYSQL 빅 데이터 가 져 오기

XP 에서 제공 한 코드 감사합니다!  나중에 배 워 야 하기 때문에 여기에 기록 하 세 요.역할 자료 조회 용!  STEP 1:mysql -h localhost -uroot   STEP 2:show databases;  STEP 3:use changchunmap;  STEP 4:show tables;  STEP 5:load data local infile "d:/c.txt" replace into table changchunmap fields terminated by ' ';  없다  load data local infile "d:/migration/mysql/babel_topic.txt" replace into table babel_topic_test fields terminated by ' '  load data local infile "d:/migration/mysql/babel_user.txt" replace into table babel_user_test fields terminated by '\t'  가 져 오 는 과정 에서 일부 필드 데이터 가 NULL 이기 때문에 일부 표 의 길이 와 비어 있 을 수 있 습 니 다.정확하게 가 져 오기 위해 다음 필드 의 수정 이 완료 되 었 는 지 확인 하 십시오.   Babel_topic:   tpc_uname VARCHAR(192) NULL   Babel_user:   usr_password VARCHAR(64) NULL                              usr_nick      VARCHAR(192) NULL  load data local infile "d:/c.txt" replace into table changchunmap fields terminated by ' '

좋은 웹페이지 즐겨찾기