查看系統端口啓動範圍

windows:mysql

netsh int ipv4 show dynamicport tcp 查看windows 端口啓動範圍。
netsh int ipv4 show dynamicport udp linux

linux:
netstat -ae |grep mysql  查看某個程序使用端口
netstat -an 端口使用sql

相關文章
相關標籤/搜索