Getting my own IPAdress from the viewpoint of my mysql server in C# -
So I have a server running (currently at the local host) and when I connect to the server (3 different- Using one of the different user accounts) I want to get the IP address from the server standpoint.
Then I can say that I have a server run on the same machine, the IP should be 127.0.0.1 - if the server is running in an intranet, then maybe the IP is probably some local IP like 10.10.10. * **
And then there is an external address if you are connected to another location
Besides that, a computer will be able to connect to the same user credentials, so I do not know how I received
Has anyone got an idea?
Comments
Post a Comment