한줄 명령으로 MySQL Shutdown 시키자
페이지 정보
작성자 차동박 쪽지보내기 메일보내기 홈페이지 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 25,023회 작성일 11-08-13 08:45본문
한줄 명령으로 MySQL Shutdown 시키자
mysql/bin/mysqladmin --user=(userid) --password=(pwd) shutdown
MySQL Start, Stop 명령
- Start : mysql/bin/mysqld_safe &
- Stop : mysql/bin/mysqladmin --user=userid --password=pwd shutdown
(root권한을 가진 user계정으로 실행)
댓글목록
등록된 댓글이 없습니다.