Results 1 to 3 of 3

Thread: MYSQL url

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Posts
    2

    Default MYSQL url

    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.

  2. #2
    Join Date
    Nov 2006
    Location
    Sydney, Australia
    Posts
    4,951

    Default

    It should be your domain name for remote access.

  3. #3
    Join Date
    Feb 2008
    Posts
    2

    Default

    Quote Originally Posted by felgall View Post
    It should be your domain name for remote access.
    Okay, thanks. Kinda looking stupid now

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •