diff --git a/resoft/include/db/db_connect.jsp b/resoft/include/db/db_connect.jsp index 1b233dc..06608b1 100644 --- a/resoft/include/db/db_connect.jsp +++ b/resoft/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();