카테고리 없음
MySQL 에러) docker: Error response from daemon: Ports are not available: exposing port TCP 0.0.0.0:3306 -> 0.0.0.0:0: listen tcp 0.0.0.0:3306: bind: Only one usage of eachsocket address (protocol/network address/port) is normally permitted, 윈도우..
뽀짝코딩
2022. 6. 6. 17:35
728x90
1. 특정포트가 열려있는지 확인
- netstat -nao | findstr "포트"
2. 열려 있는 포트의 PID 확인
- netstat -nao | findstr "포트"
3. PID 찾기
- tasklist | findstr "PID번호"
4. 프로세스 죽이기
- taskkill /f /pid "PID번호"
반응형