netstat -ano | findstr "3306"     查找3306端口对应的进程,确定进程id

windows通过端口确定进程

tasklist | findstr "5056"      通过进程ID确定进程,进程名为mysqld.exe

windows通过端口确定进程

打开任务管理器,切换到“详细信息”,即可找到进程。

windows通过端口确定进程

相关文章: