diff --git a/apply/include/db/db_connect.jsp b/apply/include/db/db_connect.jsp index 6bbd2b7..f0bb057 100644 --- a/apply/include/db/db_connect.jsp +++ b/apply/include/db/db_connect.jsp @@ -5,7 +5,7 @@ try{ // Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","cinnovacion","c0ncyt3c"); - Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/resoft","root","c0ncyt3c"); + Connection conn = DriverManager.getConnection("jdbc:mariadb://localhost:3306/cinnovacion","root","c0ncyt3c"); Statement stmt=conn.createStatement();