Jump to content

raulc

Members
  • Posts

    1
  • Joined

  • Last visited

raulc's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, I have a problem when I try to connect to my mysql DB in Java. In my local server this code works OK but in heliohost it don't work. Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection( "jdbc:mysql:http://www.heliohost.org:2082/db","user","pass"); That is the error: java.sql.SQLException: No suitable driver found for jdbc:mysql:http://www.heliohost.org:2082/ can I access to my db in heliohost.org with JDBC ? how can I? Thanks.
×
×
  • Create New...