I only want mysql and status of 3306.
I try these things but couldnt get output which i want.
When I try netstat -anob | findstr 3306
information of mysql is not displayed.
When I try netstat -anob | findstr sql
information of port status is not displayed.
as in snap shot you can see.
I want whole information of process and port listening.
I try netstat -anob
it gives all the information. It means my parsing with finsdstr is wrong, please guide me in this.