Is it possible to know which process opened a connection in Windows?
- by Jader Dias
With netstat -a I can see all connections from my machine to the MySQL Server.
There is any way too see which process or executable is responsible for each connection?
The only solution I found so far is to listen the packets and analyse the data inside it. But what if the data couldn't provide information about the process?