정리(3)
-
php 문법
모음
2017.05.11 -
sql 문법 정리
테이블생성CREATE DATABASE test CHARACTER SET utf8 COLLATE utf8_general_ci; 일괄실행mysql -uid -ppw db sql.sql; DB관련create databasedrop databaseshow database TABLE관련create tableshow tabledesc //구조확인alter table ~ add ~ //필드추가alter table ~ drop ~ //필드 삭제alter table ~ change ~ //필드 변경alter table ~ modify ~ //필드 수정alter table ~ rename ~ //필드명 변..
2017.05.11 -
Bathroom hacks 2017.04.06