Jump to content

lauraccc

Members
  • Posts

    17
  • Joined

  • Last visited

lauraccc's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I only have one connection open on this servlet, its as if the system is stilling keeping old java servlets with connections open after I have replaces them?
  2. Hi I am receiving this error when using a java servlet; com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: User lauraccc already has more than 'max_user_connections' active connections. Is there any way I can increase my connections
  3. I create a new java servlet, how can I delete my old ones?
  4. Hi, my java servlet deployement failed with the error message; Java deployment failed with errors. For further information please contact support.
  5. I have it working now, thank you for all your help. I will be donating
  6. Sorry for still bothering but I am still receiving this error. mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'lauraccc_root'@'localhost' to database 'lauraccc_fyp'
  7. Aplogoies I figured it out, please ignore
  8. I am recieving; java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: YES) error if that gives any indication?
  9. Hi, my html pages use java servlets. I uploaded them and they are under WEB-INF classes in public_html however when I try to run them I recieve 404 error not found? Am I placing the java servlets and classes in the right place?
  10. Hi no my connections are still not working. Do I need to have uploaded a mySQL connector to cPanel as well?
  11. 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 (…...
  12. 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?
  13. 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
  14. Thanks, any idea when it will be open again?
×
×
  • Create New...