Is it possible to get socket level information about a MySQLConnection object?
I would like to be able to report/access from which NIC the connection to the MySQL Server is taking place and the source IP and MAC Addresses of that NIC in my application that is using the .NET connector.
I would like to be able to report/access from which NIC the connection to the MySQL Server is taking place and the source IP and MAC Addresses of that NIC in my application that is using the .NET connector.