PDA

View Full Version : MYSQL url



james.
02-26-2008, 12:55 AM
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.

felgall
02-26-2008, 10:48 AM
It should be your domain name for remote access.

james.
02-27-2008, 04:20 AM
It should be your domain name for remote access.

Okay, thanks. Kinda looking stupid now :o