전체 글 (96) 썸네일형 리스트형 MYSQL auto_increament 초기화 MYSQL auto_increament 초기화 auto_increament 초기화 > ALTER TABLE tablename AUTO_INCREMENT=1; 하지만, 초기화 하더라도 해당 값보다 큰 값이 있으면 그 다음값부터 증가됨 > ALTER TABLE tablename AUTO_INCREMENT=1; SET @COUNT = 0; UPDATE tablename SET seqid = @COUNT:=@COUNT+1 nssm 명령어 참고 nssm 명령어 [ NSSM 등록 ] nssm install NGINX [ NSSM 시작/종료 ] nssm start NGINX nssm stop NGINX [ NSSM 수정 ] nssm edit NGINX [ NSSM 상태확인 ] nssm status NGINX [ NSSM 삭제 ] nssm remove NGINX [ NSSM 수정 ] nssm edit servicename ※ 참고 서비스 오픈 명령어 [window] + [R] > services.msc 등록된 서비스 삭제 sc delete [삭제 서비스명] sc delete TEST (윈도우 서비스 등록) nssm을 이용한 ngnix 등록방법 nssm을 이용한 ngnix 등록방법 nssm 다운로드 경로 https://nssm.cc/download NSSM - the Non-Sucking Service Manager NSSM - the Non-Sucking Service Manager Windows 10, Server 2016 and newer 2017-04-26: Users of Windows 10 Creators Update or newer should use prelease build 2.24-101 or any newer build to avoid an issue with services failing to start. If for some reason you nssm.cc ① NSSM 설치 파일 경로에서 CMD 오픈 후 진행 ② 등록 .. 이전 1 ··· 8 9 10 11 12 13 14 ··· 32 다음