FAQ/ JSP Hosting/ jsp-mysql

Questions on JSP Hosting

1 questions available

1
Connecting to mysql using JSP

Connecting to mysqlWe can connect to mysql using JDBC. Use the below displayed code for JDBC MYSQL connection string. JDBC Connection:String url=jdbc:mysql://localhost:3306/myDBname?user=username&password=password;con.in

More...