차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
다음 판양쪽 다음 판
tech:mysql [2014/08/14 14:25] – [root 비번 잃었을때] 115.93.88.196tech:mysql [2014/08/14 16:44] – [명령어로 가져오기] 115.93.88.196
줄 145: 줄 145:
 'subject' 컬럼값에 '광고' 라는 단어가 포함된 레코드를 전부 삭제한다. 'subject' 컬럼값에 '광고' 라는 단어가 포함된 레코드를 전부 삭제한다.
  
 +=====기타=====
 +
 +====명령어로 가져오기====
 +
 +Your best bet is to FTP it to the server and then ssh in (command line) and import the database that way. The resulting command will look something like:
 +
 +  mysql -hlocalhost -uUser -pPassword database_name < file_name
 +
 +That way you can completely bypass any file upload or processing time restrictions.