Search:

Type: Posts; User: wood1master7

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,428

    Re: Mysql with a java server

    con = DriverManager.getConnection("jdbc:mysql://ip/data", "usern", "password");
  2. Replies
    5
    Views
    1,428

    Re: Mysql with a java server

    '

    My cmd prompt says it crashes at:


    Statement statement = con.createStatement();

    because of nullpointerexception

    That's the line... Idk what's the null value?
  3. Replies
    5
    Views
    1,428

    Mysql with a java server

    Okay so ill tell you my idea before showing code:
    I want to do a recruit a friend where you go to our website, type in your username, the person that recruited you username and you hit submit. When...
Results 1 to 3 of 3