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>

이것도 살펴보세요!

무료 AI 도구, Gemini CLI 소개 및 사용법

이거 보고 커서에디터 삭제했다 (Gemini CLI) 위 유튜브를 보고 제미나이 CLI를 설치해봤습니다. 일반적인 LLM을 사용하듯 …

답글 남기기

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