MySQL: 서비스로 등록하기

http://dev.mysql.com/doc/refman/5.6/en/windows-start-service.html 를 보고 참조함.

clip_image001

C:\Program Files\MySQL\MySQL Server 5.6\bin 폴더에 접근

clip_image002

파일 -> 명령 프롬프트 열기 -> 관리자 권한으로 명령 프롬프트 열기

clip_image003

mysqld –install

위 구문을 실행하면 된다. Service successfully installed.

clip_image004

services.msc 실행

clip_image005

MySQL 항목 더블클릭

clip_image006

시작 유형을 자동으로 선택하고 서비스를 [시작]하면 된다.

clip_image007

MySQL에 접속되는지 확인한다.

— 참고: 서비스 제거하기 —

Removing the service
To remove a server that is installed as a service, first stop it if it is running by executing NET STOP MySQL. Then use the –remove option to remove it:
C:\> “C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld” –remove

출처: <http://dev.mysql.com/doc/refman/5.6/en/windows-start-service.html>

이것도 살펴보세요!

마지막 기억에서 다시 찾는 앱, 두고 온 곳 찾기(Left In A Moment)

두고 온 곳 찾기는 물건, 위치, 사진, 태그를 빠르게 기록하고 검색 칩과 지도 길찾기로 다시 찾을 수 있도록 돕는 기억 복원형 앱입니다.

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다