차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
다음 판양쪽 다음 판
tech:mysql [2014/08/14 14:25] – [root 비번 잃었을때] 115.93.88.196tech:mysql [2016/07/12 09:26] – 바깥 편집 127.0.0.1
줄 1: 줄 1:
 +{{tag>tech mysql}}
 ======Mysql====== ======Mysql======
 MySQL은 DBMS DataBase Management System 로서.. DB를 구성하고 이를 다루기 위해 구성된 시스템이죠.. MySQL은 DBMS DataBase Management System 로서.. DB를 구성하고 이를 다루기 위해 구성된 시스템이죠..
줄 145: 줄 146:
 '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.
  
  
줄 181: 줄 191:
 ^  누구나 수정하실 수 있습니다.  문법은 [[wiki:syntax]]참조하세요. | ^  누구나 수정하실 수 있습니다.  문법은 [[wiki:syntax]]참조하세요. |
  
-{{tag>tech mysql}}