www db-connection modify

This commit is contained in:
sys 2024-01-08 18:05:47 +09:00
parent c395671255
commit 8ec39a81b8
1 changed files with 1 additions and 1 deletions

View File

@ -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();