Hello,
I'm currently working on a java applet for a webpage that I will be hosting. The applet will interact with a mysql database I have created. I need to test the applet from my home pc, but I don't know what URL I used to connect to the database (using JDBC API).
I've configured the database to allow remote access, and I've whitelisted my home IP.
Probably very simple, but it doesn't appear to be documented.
Can anyone help?
Thanks.



