diff --git a/www/include/db/db_connect.jsp b/www/include/db/db_connect.jsp index dbd90aa..f698750 100644 --- a/www/include/db/db_connect.jsp +++ b/www/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(); Statement stmt2=conn.createStatement();