打开 cmd

win + r输入cmd

查找占用端口的进程

1
netstat -ano | findstr 3307

关闭此进程

1
taskkill -PID 5012 -F


关闭进程成功