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