Search:

Type: Posts; User: myke

Search: Search took 0.09 seconds.

  1. Re: connection to a database on another computer(server)

    the firewall had blocked the port MySQL uses in communicating (Port 3306) by default. so i had to allow through the firewall and my problem is solved now. thank you
  2. Re: connection to a database on another computer(server)

    the port is not blocked and it takes about 20 seconds to report the error when i run it from the netbeans IDE but does not take too long to report when i run the executable jar file.
  3. Re: connection to a database on another computer(server)

    DRIVER is a string. And i've tried the connection several times and it works perfectly on the host computer the problem is with using the application on another computer and connecting the database...
  4. Re: connection to a database on another computer(server)

    i'm running wampserver 2.1 and the driver i'm using is "com.mysql.jdbc.Driver". And please i need your help so i would appreciate it if you stop being cold
  5. Re: connection to a database on another computer(server)

    I have setup a peer to peer network and tried establishing a connection to the database with the IP address of the computer with the database.

    try{
    Class.forName(DRIVER);
    ...
  6. connection to a database on another computer(server)

    i have been trying to establish a connection to a mysql database on another computing having the same java application running.
    I keep getting a connection timeout error from java.net. I seem not to...
Results 1 to 6 of 6