I am setting up a mySQL server database and connecting to it in my code of a Java application I am writing. I need to be able to connect to it from anywhere. The current way I have it set up it can only be accessed from my localhost. Can someone help me set it up so I can connect to it from anywhere? Thanks in advance! :)
↧