From 8ec39a81b8e06bbdf1631c3ab95c3f5dbd46618c Mon Sep 17 00:00:00 2001 From: sys Date: Mon, 8 Jan 2024 18:05:47 +0900 Subject: [PATCH] www db-connection modify --- www/include/db/db_connect.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();