mysqldump --no-data : structure만 볼때 옵션
글   쓴   이 linux
날         짜 2003년 01월 02일 17시 32분 12초
본         문 -t, --no-create-info
테이블 생성 정보는 덤프하지 않음(데이터만 덤프)
-d, --no-data
테이블 스키마만 덤프

mysql user 생성:

insert into user (host,user,password) values ('localhost','peniel',password('human12'));


관련 게시물 : 1 (Total 1 Articles)
번 호 제 목 글쓴이 작성일 조회수 선 택
1  mysqldump --no-data : structure만 볼때 옵션 linux03-01-02423