Jump to content

lauraccc

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by lauraccc

  1. I am still receiving a blank jsp page. My database is called lauraccc_fyp, my username is lauraccc_root and I have the correct passowrd. I am trying to insert into a table called lauraccc_fyp.register and the status is ok in cPanel

     

    Connection  con = DriverManager.getConnection("jdbc:mysql://localhost:3306/lauraccc_fyp", "lauraccc_root", "****");
               
            
              Statement stmt = con.createStatement();
              stmt.execute("insert into lauraccc_fyp.register (…...

  2. Hi for my website I need to connect to a database. I have a MySQL database created and is on myphpadmin. In my code for my jsp I am using a connection string, Connection  con = DriverManager.getConnection("jdbc:mysql://localhost:3306/lauraccc_fyp", "root", "*");, however when I try to run this jsp page on heliohost it is not connecting and I am getting a blank page. I am doing something wrong?

     

  3. Hi I have a mysql database that I created on mysql workbench which is running locally on my laptop. I was wondering if it is possible to have this database running on heliohost? Thanks

×
×
  • Create New...