차이

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

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
다음 판양쪽 다음 판
tech:mysql [2014/08/14 16:44] 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를 구성하고 이를 다루기 위해 구성된 시스템이죠..
줄 149: 줄 150:
 ====명령어로 가져오기==== ====명령어로 가져오기====
  
-  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:+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   mysql -hlocalhost -uUser -pPassword database_name < file_name
줄 190: 줄 191:
 ^  누구나 수정하실 수 있습니다.  문법은 [[wiki:syntax]]참조하세요. | ^  누구나 수정하실 수 있습니다.  문법은 [[wiki:syntax]]참조하세요. |
  
-{{tag>tech mysql}}